summaryrefslogtreecommitdiffhomepage
path: root/gui/wizard.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/wizard.h')
-rw-r--r--gui/wizard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/wizard.h b/gui/wizard.h
index 9d359172..bb518788 100644
--- a/gui/wizard.h
+++ b/gui/wizard.h
@@ -12,7 +12,7 @@ class Wizard : public QWizard
Q_OBJECT
Ui_wizard ui;
public:
- Wizard();
+ Wizard(QWidget* parent = nullptr);
enum Model { Cap = 0, ClipRight = 1, ClipLeft = 2 };
enum { ClipRightX = 135, ClipLeftX = -135 };