diff options
author | Nils Achtergarde <[email protected]> | 2017-12-30 20:41:54 +0000 |
---|---|---|
committer | Nils Achtergarde <[email protected]> | 2017-12-30 20:41:54 +0000 |
commit | 81e0ece7be0de16f8e9b3b1679ea759c94dcac76 (patch) | |
tree | aaf11ca09921f99f9d2b1a8272766167005bf731 | |
parent | recommit of 7555c48dc990cbfb0f78bbda4e1bbb368fd52ac7 (only use one qt transla... (diff) | |
download | gpg4usb-81e0ece7be0de16f8e9b3b1679ea759c94dcac76.tar.gz gpg4usb-81e0ece7be0de16f8e9b3b1679ea759c94dcac76.zip |
recommit of 3e8f924df839cff1d3b6b097ad4db5a0573b559f (added minor comments)
-rw-r--r-- | mainwindow.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index 35aad26..39415b2 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -105,10 +105,19 @@ private slots: */ void slotVerify(); + /** + * @details Show the details of the first of the first of selected keys + */ void slotShowKeyDetails(); + /** + * @details Refresh key information of selected keys from default keyserver + */ void refreshKeysFromKeyserver(); + /** + * @details upload the selected key to the keyserver + */ void uploadKeyToServer(); /** @@ -116,6 +125,9 @@ private slots: */ void slotFind(); + /** + * @details start the wizard + */ void slotStartWizard(); /** |