diff options
Diffstat (limited to 'gpgwin.h')
-rw-r--r-- | gpgwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |