diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-06-11 17:42:05 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-06-11 17:42:05 +0200 |
commit | e5276167b90c9f156c31fd811a7106f1880b2856 (patch) | |
tree | bc1395aa4108664fc56b0d0b58bd4f0e3d063e3a /FTNoIR_Tracker_PT/ftnoir_tracker_pt.h | |
parent | afbca18600670b900eaa0ab30a296428d66eaaaf (diff) |
use the precise counter
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'FTNoIR_Tracker_PT/ftnoir_tracker_pt.h')
-rw-r--r-- | FTNoIR_Tracker_PT/ftnoir_tracker_pt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/FTNoIR_Tracker_PT/ftnoir_tracker_pt.h b/FTNoIR_Tracker_PT/ftnoir_tracker_pt.h index 1f6efce1..80abbc6a 100644 --- a/FTNoIR_Tracker_PT/ftnoir_tracker_pt.h +++ b/FTNoIR_Tracker_PT/ftnoir_tracker_pt.h @@ -18,7 +18,7 @@ #include "point_extractor.h"
#include "point_tracker.h"
#include "pt_video_widget.h"
-#include <QElapsedTimer>
+#include "facetracknoir/timer.hpp"
#include <QThread>
#include <QMutex>
@@ -84,7 +84,7 @@ protected: bool tracking_valid;
settings s;
- QElapsedTimer time;
+ Timer time;
};
#undef VideoWidget
|