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 --- fileencryptiondialog.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fileencryptiondialog.h') diff --git a/fileencryptiondialog.h b/fileencryptiondialog.h index bc5d9a0..dfe97ee 100755 --- a/fileencryptiondialog.h +++ b/fileencryptiondialog.h @@ -72,31 +72,31 @@ public slots: * * @fn selectInputFile */ - void selectInputFile(); + void slotSelectInputFile(); /** * @brief * * @fn selectOutputFile */ - void selectOutputFile(); + void slotSelectOutputFile(); /** * @brief * * @fn executeAction */ - void executeAction(); + void slotExecuteAction(); /** * @brief * * @fn hideKeyList */ - void hideKeyList(); + void slotHideKeyList(); /** * @brief * * @fn showKeyList */ - void showKeyList(); + void slotShowKeyList(); private: QLineEdit *outputFileEdit; /**< TODO */ -- cgit v1.2.3