aboutsummaryrefslogtreecommitdiffstats
path: root/fileencryptiondialog.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 /fileencryptiondialog.h
parentencrypt to self (diff)
downloadgpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.tar.gz
gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.zip
refactored slots and signals
Diffstat (limited to 'fileencryptiondialog.h')
-rwxr-xr-xfileencryptiondialog.h10
1 files changed, 5 insertions, 5 deletions
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 */