diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-10 22:24:21 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-11-10 22:24:21 +0100 |
commit | 1388eaa16c8717eb3cc5309bb49aee1c1ab860a1 (patch) | |
tree | 192bba589d11c5717f74c48192001757910cdb02 /ftnoir_tracker_aruco | |
parent | 5ef8fc93c4aa76d10f70b3406262eb7177c7b106 (diff) |
make qthread protected
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'ftnoir_tracker_aruco')
-rw-r--r-- | ftnoir_tracker_aruco/ftnoir_tracker_aruco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h index 61eec096..9b9ff19d 100644 --- a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h +++ b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.h @@ -18,7 +18,7 @@ #include <QDialog> #include <opencv2/opencv.hpp> -class Tracker : public QThread, public ITracker +class Tracker : protected QThread, public ITracker { Q_OBJECT public: |