diff options
Diffstat (limited to 'keylist.h')
-rw-r--r-- | keylist.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -44,6 +44,8 @@ public: KeyList(GpgME::Context *ctx, QString iconpath, QWidget *parent = 0); QStringList *getChecked(); + void setChecked(QStringList *keyIds); + //QStringList *getPrivateChecked(); QStringList *getSelected(); public slots: |