diff options
author | nils <[email protected]> | 2016-02-07 13:04:17 +0000 |
---|---|---|
committer | nils <[email protected]> | 2016-02-07 13:04:17 +0000 |
commit | f94e3f2b3cd982f825d5e485834ea9389060adaa (patch) | |
tree | f99d95c9164aef16e05164aa1ac7fb10bcbc1f5e /keydetailsdialog.h | |
parent | encrypt to self (diff) | |
download | gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.tar.gz gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.zip |
refactored slots and signals
Diffstat (limited to 'keydetailsdialog.h')
-rw-r--r-- | keydetailsdialog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keydetailsdialog.h b/keydetailsdialog.h index 37edd43..2774fe2 100644 --- a/keydetailsdialog.h +++ b/keydetailsdialog.h @@ -55,12 +55,12 @@ private slots: /** * @details Export the key to a file, which is choosen in a file dialog */ - void exportPrivateKey(); + void slotExportPrivateKey(); /** * @details Copy the fingerprint to clipboard */ - void copyFingerprint(); + void slotCopyFingerprint(); private: QString *keyid; /** The id of the key the details should be shown for */ |