aboutsummaryrefslogtreecommitdiffstats
path: root/keylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'keylist.h')
-rw-r--r--keylist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/keylist.h b/keylist.h
index f5034d4..8977932 100644
--- a/keylist.h
+++ b/keylist.h
@@ -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: