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 /keymgmt.h | |
parent | encrypt to self (diff) | |
download | gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.tar.gz gpg4usb-f94e3f2b3cd982f825d5e485834ea9389060adaa.zip |
refactored slots and signals
Diffstat (limited to 'keymgmt.h')
-rwxr-xr-x | keymgmt.h | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -50,19 +50,19 @@ public: QAction *importKeyFromKeyServerAct; public slots: - void importKeyFromFile(); - void importKeyFromClipboard(); - void importKeyFromKeyServer(); - void importKeys(QByteArray inBuffer); - void exportKeyToFile(); - void exportKeyToClipboard(); - void deleteSelectedKeys(); - void deleteCheckedKeys(); - void generateKeyDialog(); - void showKeyDetails(); + void slotImportKeyFromFile(); + void slotImportKeyFromClipboard(); + void slotImportKeyFromKeyServer(); + void slotImportKeys(QByteArray inBuffer); + void slotExportKeyToFile(); + void slotExportKeyToClipboard(); + void slotDeleteSelectedKeys(); + void slotDeleteCheckedKeys(); + void slotGenerateKeyDialog(); + void slotShowKeyDetails(); signals: - void statusBarChanged(QString); + void signalStatusBarChanged(QString); private: void createMenus(); |