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 --- keymgmt.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'keymgmt.h') diff --git a/keymgmt.h b/keymgmt.h index 1c1b138..22a8b66 100755 --- a/keymgmt.h +++ b/keymgmt.h @@ -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(); -- cgit v1.2.3