diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-08 02:44:08 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-01-08 02:44:08 +0000 |
commit | a9997b0a135917abe4113ebb50229afd30945ff0 (patch) | |
tree | 356fb32e01094408fe4cf0c60ba68126a5c07829 /keydetailsdialog.h | |
parent | do not use formatGpgHeader() yet. needs some more care before production use. (diff) | |
download | gpg4usb-a9997b0a135917abe4113ebb50229afd30945ff0.tar.gz gpg4usb-a9997b0a135917abe4113ebb50229afd30945ff0.zip |
add copyFingerprint button to detailsdialog
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@733 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'keydetailsdialog.h')
-rw-r--r-- | keydetailsdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keydetailsdialog.h b/keydetailsdialog.h index fb515a2..15e4946 100644 --- a/keydetailsdialog.h +++ b/keydetailsdialog.h @@ -47,6 +47,7 @@ public: private slots: void exportPrivateKey(); + void copyFingerprint(); private: QString *keyid; |