diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-17 08:28:59 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-17 08:28:59 +0200 |
commit | f9b5b72cbcf9f121e0184f9a907bbffd7e1e16a9 (patch) | |
tree | d2e066d9bad204b2a3053d077ae921d52e704a7f | |
parent | e3a5755b1c675e66163a879ee5e5290bf0b01251 (diff) |
really save pt and accela settings this time
-rw-r--r-- | facetracknoir/wizard.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/facetracknoir/wizard.cpp b/facetracknoir/wizard.cpp index 63309dbe..9ee4ffb8 100644 --- a/facetracknoir/wizard.cpp +++ b/facetracknoir/wizard.cpp @@ -85,5 +85,8 @@ void Wizard::set_data() acc.trans_deadzone = 33; acc.trans_threshold = 19; + acc.b->save(); + pt.b->save(); + qDebug() << "wizard done" << "model" << m << "camera-mode" << camera_mode; } |