diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-28 07:14:54 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-10-28 07:14:54 +0100 |
commit | 685940632d3ac31c10c47850676c09fae84ee869 (patch) | |
tree | 575b721f1515a17c1bd0ef38e1bf6b3fb9c24fb3 /facetracknoir/facetracknoir.h | |
parent | dc041fb6baf812355da08db703fb06754c32c933 (diff) |
whitespace only
Diffstat (limited to 'facetracknoir/facetracknoir.h')
-rw-r--r-- | facetracknoir/facetracknoir.h | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/facetracknoir/facetracknoir.h b/facetracknoir/facetracknoir.h index e3a438e4..c74bb1c8 100644 --- a/facetracknoir/facetracknoir.h +++ b/facetracknoir/facetracknoir.h @@ -1,25 +1,25 @@ -/******************************************************************************** -* FaceTrackNoIR This program is a private project of the some enthusiastic * -* gamers from Holland, who don't like to pay much for * -* head-tracking. * -* * -* Copyright (C) 2010 Wim Vriend (Developing) * -* Ron Hendriks (Researching and Testing) * -* * -* Homepage * -* * -* This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the * -* Free Software Foundation; either version 3 of the License, or (at your * -* option) any later version. * -* * -* This program is distributed in the hope that it will be useful, but * -* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY * -* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * -* * -* You should have received a copy of the GNU General Public License along * -* with this program; if not, see <http://www.gnu.org/licenses/>. * +/******************************************************************************* +* FaceTrackNoIR This program is a private project of the some enthusiastic +* gamers from Holland, who don't like to pay much for +* head-tracking. +* +* Copyright (C) 2010 Wim Vriend (Developing) +* Ron Hendriks (Researching and Testing) +* +* Homepage +* +* This program is free software; you can redistribute it and/or modify it +* under the terms of the GNU General Public License as published by the +* Free Software Foundation; either version 3 of the License, or (at your +* option) any later version. +* +* This program is distributed in the hope that it will be useful, but +* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for +* more details. +* +* You should have received a copy of the GNU General Public License along +* with this program; if not, see <http://www.gnu.org/licenses/>. *********************************************************************************/ #pragma once @@ -36,10 +36,11 @@ #include <QPixmap> #include <QLabel> #include <QTimer> + #if !defined(_WIN32) -# include "qxt-mini/QxtGlobalShortcut" +# include "qxt-mini/QxtGlobalShortcut" #else -# include <windows.h> +# include <windows.h> #endif #include "ui_facetracknoir.h" @@ -58,9 +59,8 @@ using namespace options; class FaceTrackNoIR : public QMainWindow, private State { Q_OBJECT - + Ui::OpentrackUI ui; - QTimer pose_update_timer; ptr<KeyboardShortcutDialog> shortcuts_widget; ptr<MapWidget> mapping_widget; @@ -69,7 +69,7 @@ class FaceTrackNoIR : public QMainWindow, private State ptr<IFilterDialog> pFilterDialog; ptr<IProtocolDialog> pProtocolDialog; ptr<ITrackerDialog> pTrackerDialog; - + ptr<dylib> current_tracker() { return modules.trackers().value(ui.iconcomboTrackerSource->currentIndex(), nullptr); |