diff options
Diffstat (limited to 'tracker-test/test.cpp')
-rw-r--r-- | tracker-test/test.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tracker-test/test.cpp b/tracker-test/test.cpp index c662051e..d37d7373 100644 --- a/tracker-test/test.cpp +++ b/tracker-test/test.cpp @@ -30,9 +30,11 @@ test_tracker::~test_tracker() { } -void test_tracker::start_tracker(QFrame*) +module_status test_tracker::start_tracker(QFrame*) { t.start(); + + return status_ok(); } #ifdef EMIT_NAN |