aboutsummaryrefslogtreecommitdiffstats
path: root/keydetailsdialog.h
diff options
context:
space:
mode:
authornils <[email protected]>2016-02-07 13:04:17 +0000
committernils <[email protected]>2016-02-07 13:04:17 +0000
commitf94e3f2b3cd982f825d5e485834ea9389060adaa (patch)
treef99d95c9164aef16e05164aa1ac7fb10bcbc1f5e /keydetailsdialog.h
parentencrypt to self (diff)
downloadgpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.tar.gz
gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.zip
refactored slots and signals
Diffstat (limited to 'keydetailsdialog.h')
-rw-r--r--keydetailsdialog.h4
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 */