summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_hydra/ftnoir_tracker_hydra.h
diff options
context:
space:
mode:
Diffstat (limited to 'ftnoir_tracker_hydra/ftnoir_tracker_hydra.h')
-rw-r--r--ftnoir_tracker_hydra/ftnoir_tracker_hydra.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ftnoir_tracker_hydra/ftnoir_tracker_hydra.h b/ftnoir_tracker_hydra/ftnoir_tracker_hydra.h
index 82a72f56..19f2a685 100644
--- a/ftnoir_tracker_hydra/ftnoir_tracker_hydra.h
+++ b/ftnoir_tracker_hydra/ftnoir_tracker_hydra.h
@@ -11,7 +11,7 @@ public:
Hydra_Tracker();
~Hydra_Tracker();
- void StartTracker( QFrame *videoframe );
+ void StartTracker(QFrame *);
bool GiveHeadPoseData(double *data);
void loadSettings();
volatile bool should_quit;
@@ -44,11 +44,11 @@ public:
explicit TrackerControls();
~TrackerControls();
- void showEvent ( QShowEvent * event );
+ void showEvent (QShowEvent *);
void Initialize(QWidget *parent);
- void registerTracker(ITracker *tracker) {};
- void unRegisterTracker() {};
+ void registerTracker(ITracker *) {}
+ void unRegisterTracker() {}
private:
Ui::UIHydraControls ui;