summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/ftnoir_tracker_pt_dialog.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-09-05 20:31:01 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-09-05 20:31:01 +0200
commitdec625e51878c9167100837086f82fb0f78b0189 (patch)
tree43f0e083d0630952ae666f588e2b43c8f358ac4f /tracker-pt/ftnoir_tracker_pt_dialog.h
parent420748abc9b5cd13b4f0d98068619e90d503450d (diff)
tracker/{aruco,pt}: remove camera settings button
It's broken and users complain on the issue tracker. Also fix tab stops.
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt_dialog.h')
-rw-r--r--tracker-pt/ftnoir_tracker_pt_dialog.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_dialog.h b/tracker-pt/ftnoir_tracker_pt_dialog.h
index c13c1216..b57e32c3 100644
--- a/tracker-pt/ftnoir_tracker_pt_dialog.h
+++ b/tracker-pt/ftnoir_tracker_pt_dialog.h
@@ -12,15 +12,12 @@
#include "ftnoir_tracker_pt_settings.h"
#include "ftnoir_tracker_pt.h"
#include "ui_FTNoIR_PT_Controls.h"
-#include "cv/camera-dialog.hpp"
#include "cv/translation-calibrator.hpp"
#include "cv/video-widget.hpp"
#include <QTimer>
-//-----------------------------------------------------------------------------
-// The dialog that shows up when the user presses "Settings"
-class TrackerDialog_PT : public ITrackerDialog, protected camera_dialog
+class TrackerDialog_PT : public ITrackerDialog
{
Q_OBJECT
public:
@@ -35,7 +32,6 @@ public slots:
void startstop_trans_calib(bool start);
void trans_calib_step();
void poll_tracker_info();
- void camera_settings();
private:
settings_pt s;
Tracker_PT* tracker;