diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-09-29 17:12:22 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2008-09-29 17:12:22 +0000 |
commit | 2c251e90452a5eca7e14eafb9c51192f3493fc9f (patch) | |
tree | 384907b829e2a56d6e31014046b75ac329ad5091 /context.h | |
parent | moved keydelete-action from keylist to gpgwin (diff) | |
download | gpg4usb-2c251e90452a5eca7e14eafb9c51192f3493fc9f.tar.gz gpg4usb-2c251e90452a5eca7e14eafb9c51192f3493fc9f.zip |
added key management window
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@177 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'context.h')
-rw-r--r-- | context.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -58,7 +58,6 @@ public: Context(); // Consttructor ~Context(); // Destructor - void importKeyFromFile(QString pathToFile); void importKey(QByteArray inBuffer); GpgKeyList listKeys(); void deleteKeys(QList<QString> *uidList); |