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 bb518788..ea15df62 100644
--- a/gui/wizard.h
+++ b/gui/wizard.h
@@ -14,7 +14,7 @@ class Wizard : public QWizard
public:
Wizard(QWidget* parent = nullptr);
- enum Model { Cap = 0, ClipRight = 1, ClipLeft = 2 };
+ enum Model { Cap = 0, ClipRight = 1, ClipLeft = 2, New_ClipRight = 3, New_ClipLeft = 4, };
enum { ClipRightX = 135, ClipLeftX = -135 };
private slots:
void set_data();