summaryrefslogtreecommitdiffhomepage
path: root/gui/wizard.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-09-26 15:54:58 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-09-26 15:54:58 +0200
commit829b046649d3de6a37dd0983f3e3beb8f033e19e (patch)
treebf35f0f82263fec7e3b69520ede4178621c29be3 /gui/wizard.h
parent36d52b1d84f057712b0be1791a9b7981ee455495 (diff)
gui: remove several user-visible settings
- dynamic pose is now enable iff current model is cap - dynamic pose timeout is now always 500 ms - fov is now always 75
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 };