From ed2a98efce47f922252f2e250c7a453b16d585dc Mon Sep 17 00:00:00 2001 From: ubbo Date: Thu, 8 Dec 2011 22:44:34 +0000 Subject: reorganize help menu git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@685 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h index 3106371..d7a7e1f 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -158,6 +158,11 @@ private slots: */ void openTutorial(); + /** + * @details Open integrated help in new tab. + */ + void openHelp(); + /** * @details Show a warn message in status bar, if there are files in attachment folder. */ @@ -284,6 +289,7 @@ private: QAction *openSettingsAct; /** Action to open settings dialog */ QAction *openTranslateAct; /** Action to open translate doc*/ QAction *openTutorialAct; /** Action to open tutorial */ + QAction *openHelpAct; /** Action to open tutorial */ QAction *showKeyDetailsAct; /** Action to open key-details dialog */ QAction *startWizardAct; /** Action to open the wizard */ -- cgit v1.2.3