aboutsummaryrefslogtreecommitdiffstats
path: root/keydetailsdialog.h
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-26 19:21:51 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-01-26 19:21:51 +0000
commitd02a237cb2e55eb4aa330fd3da9309e7ecbe8768 (patch)
treeb5eb7cb2cd1d837adabd8617e232653f5102af29 /keydetailsdialog.h
parentshow messagebox, when key export failed. Added more comments (diff)
downloadgpg4usb-d02a237cb2e55eb4aa330fd3da9309e7ecbe8768.tar.gz
gpg4usb-d02a237cb2e55eb4aa330fd3da9309e7ecbe8768.zip
refresh files
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@782 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keydetailsdialog.h')
-rw-r--r--keydetailsdialog.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/keydetailsdialog.h b/keydetailsdialog.h
index e2af725..37edd43 100644
--- a/keydetailsdialog.h
+++ b/keydetailsdialog.h
@@ -52,7 +52,14 @@ public:
static QString beautifyFingerprint(QString fingerprint);
private slots:
+ /**
+ * @details Export the key to a file, which is choosen in a file dialog
+ */
void exportPrivateKey();
+
+ /**
+ * @details Copy the fingerprint to clipboard
+ */
void copyFingerprint();
private: