diff options
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index 8c0bcee..3d21bb2 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -106,6 +106,7 @@ private slots: void showKeyDetails(); + void refreshKeysFromKeyserver(); void startWizard(); @@ -313,6 +314,7 @@ private: QAction *openTutorialAct; /** Action to open tutorial */ QAction *openHelpAct; /** Action to open tutorial */ QAction *showKeyDetailsAct; /** Action to open key-details dialog */ + QAction *refreshKeysFromKeyserverAct; /** Action to refresh a key from keyserver */ QAction *startWizardAct; /** Action to open the wizard */ QAction *cutPgpHeaderAct; /** Action for cutting the PGP header */ QAction *addPgpHeaderAct; /** Action for adding the PGP header */ |