aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorNils Achtergarde <[email protected]>2017-12-30 19:36:01 +0000
committerNils Achtergarde <[email protected]>2017-12-30 19:36:01 +0000
commitd4cd516e452d730dcfc80d338814ad294f328262 (patch)
tree4353e3dca86185f33ad6daf0df3a2da287bf4d6d /mainwindow.h
parentadded script to build gpg4usb for 64bit linux (diff)
downloadgpg4usb-d4cd516e452d730dcfc80d338814ad294f328262.tar.gz
gpg4usb-d4cd516e452d730dcfc80d338814ad294f328262.zip
recommitted added refresh keys from keyserver to keylist ed50d33d6837bc6adc25d614fce6195f19027ab0
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 2d6f855..6feeec6 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -107,6 +107,8 @@ private slots:
void slotShowKeyDetails();
+ void refreshKeysFromKeyserver();
+
/**
* @details Open find widget.
*/
@@ -330,6 +332,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 */