diff options
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt.cpp')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp b/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp index c6f14527..b7138f25 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt.cpp @@ -6,7 +6,6 @@ */ #include "ftnoir_tracker_pt.h" -#include "opentrack/camera-names.hpp" #include <QHBoxLayout> #include <cmath> #include <QDebug> @@ -129,6 +128,8 @@ void Tracker::run() qDebug()<<"Tracker:: Thread stopping"; } +int camera_name_to_index(const QString &name); + void Tracker::apply_settings() { qDebug()<<"Tracker:: Applying settings"; |