aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-29 18:58:32 +0000
committernils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910>2012-03-29 18:58:32 +0000
commit3e8f924df839cff1d3b6b097ad4db5a0573b559f (patch)
tree06107cc93626a332ae33b7e7f076f5aeea4e7330
parentchange name and comment lineedits in key generation to utf8, so that encoding... (diff)
downloadgpg4usb-3e8f924df839cff1d3b6b097ad4db5a0573b559f.tar.gz
gpg4usb-3e8f924df839cff1d3b6b097ad4db5a0573b559f.zip
added minor comments
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@865 34ebc366-c3a9-4b3c-9f84-69acf7962910
-rw-r--r--mainwindow.h26
1 files changed, 19 insertions, 7 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 268245a..45c6fe3 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -104,13 +104,25 @@ private slots:
*/
void verify();
- void showKeyDetails();
-
- void refreshKeysFromKeyserver();
-
- void uploadKeyToServer();
-
- void startWizard();
+ /**
+ * @details Show the details of the first of the first of selected keys
+ */
+ void showKeyDetails();
+
+ /**
+ * @details Refresh key information of selected keys from default keyserver
+ */
+ void refreshKeysFromKeyserver();
+
+ /**
+ * @details upload the selected key to the keyserver
+ */
+ void uploadKeyToServer();
+
+ /**
+ * @details start the wizard
+ */
+ void startWizard();
/**
* @details Import keys from currently active tab to keylist if possible.