diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-13 15:19:29 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-02-13 15:19:29 +0100 | 
| commit | 12b4ce09ea3d68c59bc1711e365c1bb8275302ad (patch) | |
| tree | d423cb1395473b9b95dfc3a590265acab18637c8 /gui/wizard.h | |
| parent | cafae606e2653a249e4b6aa90ed8a90952cbfa10 (diff) | |
gui, tracker/pt: add new clip logic
Diffstat (limited to 'gui/wizard.h')
| -rw-r--r-- | gui/wizard.h | 2 | 
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(); | 
