diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-16 11:58:02 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-12-16 11:58:02 +0100 |
commit | 8cd2a4ee13a086759740dde22d03ab281fa55886 (patch) | |
tree | bc5f7ffab761ee5769aeb99b5fec27ce43be4c2a /tracker-tobii-eyex/tobii-eyex-dialog.cpp | |
parent | d37bed91649d2acdd9a548cd52730a87d0a28d6d (diff) |
tracker/tobii: flush, but still broken
Needs the spline class to allow initializing itself from a function. Even if the
passed control points are correct, it still looks like shit. Presently they
aren't correct though. Need to work on linear approximation.
Diffstat (limited to 'tracker-tobii-eyex/tobii-eyex-dialog.cpp')
-rw-r--r-- | tracker-tobii-eyex/tobii-eyex-dialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tracker-tobii-eyex/tobii-eyex-dialog.cpp b/tracker-tobii-eyex/tobii-eyex-dialog.cpp index 0388ddfb..8997c6c2 100644 --- a/tracker-tobii-eyex/tobii-eyex-dialog.cpp +++ b/tracker-tobii-eyex/tobii-eyex-dialog.cpp @@ -20,9 +20,7 @@ tobii_eyex_dialog::tobii_eyex_dialog() tie_setting(rs.expt_len, ui.exponent_len); tie_setting(rs.expt_norm, ui.exponent_norm); - tie_setting(rs.log_slope, ui.log_base); tie_setting(rs.log_len, ui.log_len); - tie_setting(rs.log_norm, ui.log_norm); connect(rs.b.get(), &bundle_::changed, this, [this]() { rs.make_spline(); }, Qt::QueuedConnection); |