diff options
author | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-08 22:44:34 +0000 |
---|---|---|
committer | ubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2011-12-08 22:44:34 +0000 |
commit | ed2a98efce47f922252f2e250c7a453b16d585dc (patch) | |
tree | 2e16f5fe49080586dd8cd4f80a932ad8f0f07d72 /mainwindow.h | |
parent | new icon and title for 'remove double linebreaks' (diff) | |
download | gpg4usb-ed2a98efce47f922252f2e250c7a453b16d585dc.tar.gz gpg4usb-ed2a98efce47f922252f2e250c7a453b16d585dc.zip |
reorganize help menu
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@685 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'mainwindow.h')
-rw-r--r-- | mainwindow.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h index 3106371..d7a7e1f 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -159,6 +159,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. */ void checkAttachmentFolder(); @@ -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 */ |