summaryrefslogtreecommitdiffhomepage
path: root/tracker-tobii-eyex/tobii-eyex-dialog.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-07-09 07:18:25 +0200
committerStanislaw Halik <sthalik@misaki.pl>2018-07-09 07:18:25 +0200
commitf5610a1ac847f17402415e4bf1080f84fd8d185f (patch)
treed8dda5864941a1d903a1fcf87ece585aa24d532b /tracker-tobii-eyex/tobii-eyex-dialog.cpp
parent793cea587159a0ba01fec6af28e899697ef4da79 (diff)
tracker/tobii: add prototype support for accumulative mode
Diffstat (limited to 'tracker-tobii-eyex/tobii-eyex-dialog.cpp')
-rw-r--r--tracker-tobii-eyex/tobii-eyex-dialog.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tracker-tobii-eyex/tobii-eyex-dialog.cpp b/tracker-tobii-eyex/tobii-eyex-dialog.cpp
index 807542e1..6ab916be 100644
--- a/tracker-tobii-eyex/tobii-eyex-dialog.cpp
+++ b/tracker-tobii-eyex/tobii-eyex-dialog.cpp
@@ -7,10 +7,7 @@ tobii_eyex_dialog::tobii_eyex_dialog()
connect(ui.buttonBox, &QDialogButtonBox::accepted, this, &tobii_eyex_dialog::do_ok);
connect(ui.buttonBox, &QDialogButtonBox::rejected, this, &tobii_eyex_dialog::do_cancel);
- ui.tracking_mode->addItem("Snap", tobii_snap);
- ui.tracking_mode->addItem("Accumulative", tobii_acc);
-
- tie_setting(s.mode, ui.tracking_mode);
+ //tie_setting(s.mode, ui.tracking_mode);
}
void tobii_eyex_dialog::do_ok()