aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'keylist.h')
-rw-r--r--keylist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/keylist.h b/keylist.h
index 63911cf..ff039b5 100644
--- a/keylist.h
+++ b/keylist.h
@@ -42,13 +42,13 @@ public:
void setColumnWidth(int row, int size);
void addMenuAction(QAction *act);
- KeyList(GpgME::Context* ctx, QString iconpath, QWidget *parent = 0);
+ KeyList(GpgME::Context *ctx, QString iconpath, QWidget *parent = 0);
QList<QString> *getChecked();
QList<QString> *getSelected();
public slots:
void refresh();
-
+
private:
GpgME::Context *mCtx;
QTableWidget *mKeyList;