From 3e8f924df839cff1d3b6b097ad4db5a0573b559f Mon Sep 17 00:00:00 2001 From: nils Date: Thu, 29 Mar 2012 18:58:32 +0000 Subject: added minor comments git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@865 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.h | 26 +++++++++++++++++++------- 1 file 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. -- cgit v1.2.3