aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mainwindow.h12
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();
/**