aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
authorubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-18 19:13:19 +0000
committerubbo <ubbo@34ebc366-c3a9-4b3c-9f84-69acf7962910>2010-05-18 19:13:19 +0000
commit94afd11fc7b45a4f6f2a7399b7ca0178ef6c0a0f (patch)
tree36e70043c42dd1b52a106928f1356a7262eb3cd5 /gpgwin.h
parentrepaired shortcuts and made the most of them OS conform (in Linux other than ... (diff)
downloadgpg4usb-94afd11fc7b45a4f6f2a7399b7ca0178ef6c0a0f.tar.gz
gpg4usb-94afd11fc7b45a4f6f2a7399b7ca0178ef6c0a0f.zip
add link to online tutorials in help menu
git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@342 34ebc366-c3a9-4b3c-9f84-69acf7962910
Diffstat (limited to 'gpgwin.h')
-rw-r--r--gpgwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpgwin.h b/gpgwin.h
index a96b780..de351df 100644
--- a/gpgwin.h
+++ b/gpgwin.h
@@ -79,6 +79,7 @@ public slots:
void open();
void fileEncryption();
void openSettingsDialog();
+ void openTutorial();
// void dropEvent(QDropEvent *event);
private:
@@ -131,6 +132,7 @@ private:
QAction *aboutAct;
QAction *fileEncryptionAct;
QAction *openSettingsAct;
+ QAction *openTutorialAct;
QLineEdit *nameEdit;
QLineEdit *emailEdit;
QLineEdit *commentEdit;