From 337985b80be224dcf46b0f9550a0d3524a3392e3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 9 May 2022 12:02:36 +0200 Subject: tracker/trackhat: remove threshold slider --- tracker-trackhat/dialog.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tracker-trackhat/dialog.cpp') diff --git a/tracker-trackhat/dialog.cpp b/tracker-trackhat/dialog.cpp index 19563143..cfff03ba 100644 --- a/tracker-trackhat/dialog.cpp +++ b/tracker-trackhat/dialog.cpp @@ -45,6 +45,7 @@ trackhat_dialog::trackhat_dialog() // threshold +#if 0 tie_setting(t.threshold, ui.threshold_slider); ui.threshold_label->setValue((int)*t.threshold); @@ -52,6 +53,7 @@ trackhat_dialog::trackhat_dialog() connect(&t.threshold, value_::value_changed(), ui.threshold_label, [=] { ui.threshold_label->setValue((int)*t.threshold); }, Qt::QueuedConnection); +#endif // point filter -- cgit v1.2.3