From 6e322a92c8ad2f5b1dd58d092605de852b125a36 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 22 May 2016 12:53:44 +0200 Subject: tracker/{aruco,ht,pt}: camera dialog class doesn't use a template now. Adjust usages. --- tracker-pt/ftnoir_tracker_pt.h | 2 +- tracker-pt/ftnoir_tracker_pt_dialog.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tracker-pt') diff --git a/tracker-pt/ftnoir_tracker_pt.h b/tracker-pt/ftnoir_tracker_pt.h index 5f30c66f..2cf63771 100644 --- a/tracker-pt/ftnoir_tracker_pt.h +++ b/tracker-pt/ftnoir_tracker_pt.h @@ -32,7 +32,7 @@ class TrackerDialog_PT; class Tracker_PT : public QThread, public ITracker { Q_OBJECT - friend class camera_dialog; + friend class camera_dialog; friend class TrackerDialog_PT; public: Tracker_PT(); diff --git a/tracker-pt/ftnoir_tracker_pt_dialog.h b/tracker-pt/ftnoir_tracker_pt_dialog.h index 3502e227..b992e98d 100644 --- a/tracker-pt/ftnoir_tracker_pt_dialog.h +++ b/tracker-pt/ftnoir_tracker_pt_dialog.h @@ -20,7 +20,7 @@ //----------------------------------------------------------------------------- // The dialog that shows up when the user presses "Settings" -class TrackerDialog_PT : public ITrackerDialog, protected camera_dialog +class TrackerDialog_PT : public ITrackerDialog, protected camera_dialog { Q_OBJECT public: -- cgit v1.2.3