From 94afd11fc7b45a4f6f2a7399b7ca0178ef6c0a0f Mon Sep 17 00:00:00 2001 From: ubbo Date: Tue, 18 May 2010 19:13:19 +0000 Subject: add link to online tutorials in help menu git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@342 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gpgwin.h') 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; -- cgit v1.2.3