diff options
author | Wim Vriend <facetracknoir@gmail.com> | 2012-11-26 21:00:55 +0000 |
---|---|---|
committer | Wim Vriend <facetracknoir@gmail.com> | 2012-11-26 21:00:55 +0000 |
commit | acdb0aaf27e2ca623a9e32ea7efcc484aecde498 (patch) | |
tree | 0f38a797e564c827c35d0bc2f70b3f33edc423c6 /FTNoIR_Tracker_FD/ftnoir_tracker_facedetect_dialog.cpp | |
parent | bcd12abfc0474d489f5fd30358475086c60df1eb (diff) |
Reversed the numTracker tryout to accomodate the secondary Tracker: the user-interface was confusing.
Now, the 1st Tracker overwrites the values, if the same axis were selected in both trackers.
git-svn-id: svn+ssh://svn.code.sf.net/p/facetracknoir/code@196 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 aaa95637..71b19242 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, int numTracker) {
+void TrackerControls::Initialize(QWidget *parent) {
QPoint offsetpos(200, 200);
if (parent) {
|