diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-07 16:14:31 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2010-05-07 16:14:31 +0000 |
commit | 91f676e4f04230e720a89a0304e297c5e661b11b (patch) | |
tree | ce8a885af9f8822d0165311638fb01ad5b0b96ee /keylist.h | |
parent | finished spanish translation (diff) | |
download | gpg4usb-91f676e4f04230e720a89a0304e297c5e661b11b.tar.gz gpg4usb-91f676e4f04230e720a89a0304e297c5e661b11b.zip |
added save and restore checked keys
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@315 34ebc366-c3a9-4b3c-9f84-69acf7962910
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: |