summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-01-25 16:13:16 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-01-25 16:13:16 +0100
commit2a26cbf9a428d79bec2a692c3768d4b18cff79a5 (patch)
treeffeb094b108b611a443ef37217d6c165004937fc /tracker-pt
parent8016183946a303f3b00d6c0454d375b9e0360d5f (diff)
tracker/pt: expose dialog for subclassing
Issue: #718
Diffstat (limited to 'tracker-pt')
-rw-r--r--tracker-pt/ftnoir_tracker_pt_dialog.h2
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;