summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_ht/ftnoir_tracker_ht.h
diff options
context:
space:
mode:
Diffstat (limited to 'ftnoir_tracker_ht/ftnoir_tracker_ht.h')
-rw-r--r--ftnoir_tracker_ht/ftnoir_tracker_ht.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.h b/ftnoir_tracker_ht/ftnoir_tracker_ht.h
index bde4ca67..e1810232 100644
--- a/ftnoir_tracker_ht/ftnoir_tracker_ht.h
+++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.h
@@ -15,7 +15,6 @@
#include "ht_video_widget.h"
#include "compat/compat.h"
#include <QObject>
-#include <QTimer>
class Tracker : public QObject, public ITracker
{
@@ -28,14 +27,11 @@ public:
bool enableTX, enableTY, enableTZ, enableRX, enableRY, enableRZ;
ht_shm_t* shm;
private:
- QTimer timer;
PortableLockedShm lck_shm;
QProcess subprocess;
HTVideoWidget* videoWidget;
QHBoxLayout* layout;
volatile bool fresh;
-private slots:
- void paint_widget();
};
// Widget that has controls for FTNoIR protocol client-settings.