diff options
Diffstat (limited to 'keylist.h')
-rw-r--r-- | keylist.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -39,13 +39,11 @@ class KeyList : public QWidget Q_OBJECT public: - void setContext(GpgME::Context *ctx); - void setIconPath(QString iconPath); void refresh(); void setColumnWidth(int row, int size); void addMenuAction(QAction *act); - KeyList(QWidget *parent = 0); + KeyList(GpgME::Context* ctx, QString iconpath, QWidget *parent = 0); QList<QString> *getChecked(); QList<QString> *getSelected(); |