diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-28 16:08:11 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-28 16:08:11 +0000 |
commit | d58f33414bf3d66a36313682ee61708bed17d7fc (patch) | |
tree | 532306adb5dc658252527712a2a4bf71bc55bc8c /keylist.h | |
parent | return empty key if nothing found (diff) | |
download | gpg4usb-d58f33414bf3d66a36313682ee61708bed17d7fc.tar.gz gpg4usb-d58f33414bf3d66a36313682ee61708bed17d7fc.zip |
use getKeyByXXX from gpgcontext now, drop methods from keylist
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@711 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keylist.h')
-rw-r--r-- | keylist.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -43,8 +43,6 @@ public: QStringList *getChecked(); QStringList *getPrivateChecked(); - GpgKey getKeyByFpr(QString fpr); - GpgKey getKeyById(QString id); void setChecked(QStringList *keyIds); //QStringList *getPrivateChecked(); |