aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorNils Achtergarde <[email protected]>2017-12-30 20:07:21 +0000
committerNils Achtergarde <[email protected]>2017-12-30 20:07:21 +0000
commitab74a3fee1830311b51972969356ab003b7b6eae (patch)
tree0548457a24b4ce361b6ef55062ce62390e559d14 /mainwindow.h
parentrecommit eafa42262813180336ae5e4c4c284d17a4f42e65 (fixed minor cosmetic effects) (diff)
downloadgpg4usb-ab74a3fee1830311b51972969356ab003b7b6eae.tar.gz
gpg4usb-ab74a3fee1830311b51972969356ab003b7b6eae.zip
recommit of ffc7c45fee1bfa046cd2c605a43c9c5d2cf7eb62 (proof of concept for upload key to server)
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 6feeec6..35aad26 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -109,6 +109,8 @@ private slots:
void refreshKeysFromKeyserver();
+ void uploadKeyToServer();
+
/**
* @details Open find widget.
*/
@@ -333,6 +335,7 @@ private:
QAction *openHelpAct; /** Action to open tutorial */
QAction *showKeyDetailsAct; /** Action to open key-details dialog */
QAction *refreshKeysFromKeyserverAct; /** Action to refresh a key from keyserver */
+ QAction *uploadKeyToServerAct; /** Action to append selected keys to edit */
QAction *startWizardAct; /** Action to open the wizard */
QAction *cutPgpHeaderAct; /** Action for cutting the PGP header */
QAction *addPgpHeaderAct; /** Action for adding the PGP header */