aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'keylist.h')
-rw-r--r--keylist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keylist.h b/keylist.h
index 0c38fb0..044becf 100644
--- a/keylist.h
+++ b/keylist.h
@@ -39,10 +39,10 @@ class KeyList : public QWidget
Q_OBJECT
public:
+ KeyList(GpgME::Context *ctx, QString iconpath, QWidget *parent = 0);
void setColumnWidth(int row, int size);
void addMenuAction(QAction *act);
- KeyList(GpgME::Context *ctx, QString iconpath, QWidget *parent = 0);
QStringList *getChecked();
QStringList *getPrivateChecked();
void setChecked(QStringList *keyIds);