diff options
Diffstat (limited to 'wizard.h')
-rw-r--r-- | wizard.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,9 @@ private: private slots: void wizardAccepted(); + +signals: + void openHelp(QString page); }; class IntroPage : public QWizardPage @@ -153,6 +156,7 @@ public: private: QLabel *bottomLabel; QCheckBox *dontShowWizardCheckBox; + QCheckBox *openHelpCheckBox; }; #endif |