aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpgwin.h')
-rw-r--r--gpgwin.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/gpgwin.h b/gpgwin.h
index a155391..8d77936 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -101,6 +101,8 @@ private slots:
*/
void verify();
+ void showKeyDetails();
+
/**
* @details Import keys from currently active tab to keylist if possible.
*/
@@ -123,11 +125,6 @@ private slots:
void copyMailAddressToClipboard();
/**
- * @details Show detail-dialog for selected key.
- */
- void showKeyDetails();
-
- /**
* @details Open key management dialog.
*/
void openKeyManagement();
@@ -270,7 +267,6 @@ private:
QAction *appendSelectedKeysAct; /**< TODO */
QAction *copyMailAddressToClipboardAct; /**< TODO */
- QAction *showKeyDetailsAct; /**< TODO */
QAction *openKeyManagementAct; /**< TODO */
QAction *copyAct; /**< TODO */
QAction *quoteAct; /**< TODO */
@@ -284,6 +280,7 @@ private:
QAction *openSettingsAct; /**< TODO */
QAction *openTranslateAct; /**< TODO */
QAction *openTutorialAct; /**< TODO */
+ QAction *showKeyDetailsAct; /** < TODO */
QLineEdit *nameEdit; /**< TODO */
QLineEdit *emailEdit; /**< TODO */
QLineEdit *commentEdit; /**< TODO */