aboutsummaryrefslogtreecommitdiffstats
path: root/mainwindow.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-08 22:44:34 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2011-12-08 22:44:34 +0000
commited2a98efce47f922252f2e250c7a453b16d585dc (patch)
tree2e16f5fe49080586dd8cd4f80a932ad8f0f07d72 /mainwindow.h
parentnew icon and title for 'remove double linebreaks' (diff)
downloadgpg4usb-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.h6
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 */