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 /verifynotification.h | |
parent | encrypt to self (diff) | |
download | gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.tar.gz gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.zip |
refactored slots and signals
Diffstat (limited to 'verifynotification.h')
-rw-r--r-- | verifynotification.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/verifynotification.h b/verifynotification.h index e1b4f1b..60e55f9 100644 --- a/verifynotification.h +++ b/verifynotification.h @@ -81,17 +81,17 @@ public slots: * @details Import the keys contained in keysNotInList from keyserver * */ - void importFromKeyserver(); + void slotImportFromKeyserver(); /** * @details Show a dialog with signing details. */ - void showVerifyDetails(); + void slotShowVerifyDetails(); /** * @details Refresh the contents of dialog. */ - bool refresh(); + bool slotRefresh(); private: QMenu *detailMenu; /** Menu for te Button in verfiyNotification */ |