diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2012-10-18 16:25:18 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2012-10-18 16:25:18 +0000 |
commit | 5c5c710d03016618a971d7ff20477a90893fbc48 (patch) | |
tree | 6e743999b526591111dd05be390e23be3ab5ecc2 /FTNoIR_Tracker_FD/ftnoir_tracker_facedetect_dialog.cpp | |
parent | 288cf615db9efd5307d0ecee3e3380431d6c2faf (diff) |
Started work on incorporating two headtracker at once.
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@189 19e81ba0-9b1a-49c3-bd6c-561e1906d5fb
Diffstat (limited to 'FTNoIR_Tracker_FD/ftnoir_tracker_facedetect_dialog.cpp')
-rw-r--r-- | FTNoIR_Tracker_FD/ftnoir_tracker_facedetect_dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FTNoIR_Tracker_FD/ftnoir_tracker_facedetect_dialog.cpp b/FTNoIR_Tracker_FD/ftnoir_tracker_facedetect_dialog.cpp index 71b19242..aaa95637 100644 --- a/FTNoIR_Tracker_FD/ftnoir_tracker_facedetect_dialog.cpp +++ b/FTNoIR_Tracker_FD/ftnoir_tracker_facedetect_dialog.cpp @@ -117,7 +117,7 @@ void TrackerControls::Release() //
// Initialize tracker-client-dialog
//
-void TrackerControls::Initialize(QWidget *parent) {
+void TrackerControls::Initialize(QWidget *parent, int numTracker) {
QPoint offsetpos(200, 200);
if (parent) {
|