aboutsummaryrefslogtreecommitdiffstats
path: root/context.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-09-29 17:12:22 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2008-09-29 17:12:22 +0000
commit2c251e90452a5eca7e14eafb9c51192f3493fc9f (patch)
tree384907b829e2a56d6e31014046b75ac329ad5091 /context.h
parentmoved keydelete-action from keylist to gpgwin (diff)
downloadgpg4usb-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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/context.h b/context.h
index 81b2eb1..66023ca 100644
--- a/context.h
+++ b/context.h
@@ -58,7 +58,6 @@ public:
Context(); // Consttructor
~Context(); // Destructor
- void importKeyFromFile(QString pathToFile);
void importKey(QByteArray inBuffer);
GpgKeyList listKeys();
void deleteKeys(QList<QString> *uidList);