diff options
-rw-r--r-- | tracker-pt/ftnoir_tracker_pt_dialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_dialog.h b/tracker-pt/ftnoir_tracker_pt_dialog.h index a7c7e521..f36fe7b2 100644 --- a/tracker-pt/ftnoir_tracker_pt_dialog.h +++ b/tracker-pt/ftnoir_tracker_pt_dialog.h @@ -36,7 +36,7 @@ public slots: void show_camera_settings(); signals: void poll_tracker_info(); -private: +protected: QString threshold_display_text(int threshold_value); pt_settings s; |