aboutsummaryrefslogtreecommitdiffstats
path: root/wizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'wizard.h')
-rw-r--r--wizard.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/wizard.h b/wizard.h
index c4a8398..e1bee05 100644
--- a/wizard.h
+++ b/wizard.h
@@ -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