From b256886a5cb9f2ae3ebda70a2045b19ed9f4233e Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 3 Dec 2017 22:23:08 +0100 Subject: api: add status check for modules --- tracker-joystick/ftnoir_tracker_joystick.cpp | 4 ---- tracker-joystick/ftnoir_tracker_joystick.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'tracker-joystick') diff --git a/tracker-joystick/ftnoir_tracker_joystick.cpp b/tracker-joystick/ftnoir_tracker_joystick.cpp index 498b4e42..42c2214a 100644 --- a/tracker-joystick/ftnoir_tracker_joystick.cpp +++ b/tracker-joystick/ftnoir_tracker_joystick.cpp @@ -26,10 +26,6 @@ joystick::~joystick() { } -void joystick::start_tracker(QFrame*) -{ -} - void joystick::data(double *data) { int map[6] = { diff --git a/tracker-joystick/ftnoir_tracker_joystick.h b/tracker-joystick/ftnoir_tracker_joystick.h index aea45983..bba4ad3e 100644 --- a/tracker-joystick/ftnoir_tracker_joystick.h +++ b/tracker-joystick/ftnoir_tracker_joystick.h @@ -41,7 +41,7 @@ class joystick : public ITracker public: joystick(); ~joystick(); - void start_tracker(QFrame *); + module_status start_tracker(QFrame *) { return status_ok(); } void data(double *data); settings s; QString guid; -- cgit v1.2.3