aboutsummaryrefslogtreecommitdiffstats
path: root/gpgwin.h
diff options
context:
space:
mode:
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;