diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-22 02:40:02 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-22 02:40:02 +0200 |
commit | 8503f538d18f8df0f18ee4973e96f3889a11419a (patch) | |
tree | cc7c65a8911ed7f897070d9c9898506c9a414a74 /ftnoir_tracker_ht/ftnoir_tracker_ht.h | |
parent | d7d733131d62777481c9a72fee9005dd58cf0c74 (diff) |
optimize HT widget refresh
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'ftnoir_tracker_ht/ftnoir_tracker_ht.h')
-rw-r--r-- | ftnoir_tracker_ht/ftnoir_tracker_ht.h | 4 |
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. |