From 91f676e4f04230e720a89a0304e297c5e661b11b Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 7 May 2010 16:14:31 +0000 Subject: added save and restore checked keys git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@315 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keylist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'keylist.h') 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: -- cgit v1.2.3