From b9308d094c76779277f2002a776769b43f17798c Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 5 Nov 2011 23:10:23 +0000 Subject: added start wizard to help menu git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@600 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h index 21939e0..b73fec2 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -104,6 +104,8 @@ private slots: void showKeyDetails(); + void startWizard(); + /** * @details Import keys from currently active tab to keylist if possible. */ @@ -276,6 +278,8 @@ private: QAction *openTranslateAct; /** Action to open translate doc*/ QAction *openTutorialAct; /** Action to open tutorial */ QAction *showKeyDetailsAct; /** Action to open key-details dialog */ + QAction *startWizardAct; /** Action to open the wizard */ + QLineEdit *nameEdit; /**< TODO */ QLineEdit *emailEdit; /**< TODO */ QLineEdit *commentEdit; /**< TODO */ -- cgit v1.2.3