From f94e3f2b3cd982f825d5e485834ea9389060adaa Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 7 Feb 2016 14:04:17 +0100 Subject: refactored slots and signals --- verifynotification.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'verifynotification.h') 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 */ -- cgit v1.2.3