summaryrefslogtreecommitdiffhomepage
path: root/tracker-tobii-eyex/tobii-eyex.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-tobii-eyex/tobii-eyex.hpp')
-rw-r--r--tracker-tobii-eyex/tobii-eyex.hpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/tracker-tobii-eyex/tobii-eyex.hpp b/tracker-tobii-eyex/tobii-eyex.hpp
index 170e74c1..84407930 100644
--- a/tracker-tobii-eyex/tobii-eyex.hpp
+++ b/tracker-tobii-eyex/tobii-eyex.hpp
@@ -23,8 +23,10 @@ using namespace options;
#include <QObject>
#include <QMutex>
-class tobii_eyex_tracker : public ITracker
+class tobii_eyex_tracker : public TR, public ITracker
{
+ Q_OBJECT
+
public:
tobii_eyex_tracker();
~tobii_eyex_tracker() override;
@@ -80,7 +82,8 @@ private:
class tobii_eyex_metadata : public Metadata
{
-public:
+ Q_OBJECT
+
QString name() { return QString("Tobii EyeX"); }
QIcon icon() { return QIcon(":/images/tobii-eyex-logo.png"); }
};