Statistics
| Branch: | Revision:

gazetk / GazeTkHub / Plugins / DeviceEyetrackerDummy / deviceeyetrackerdummy.h @ 6faeae08

History | View | Annotate | Download (427 Bytes)

1
#ifndef DEVICEEYETRACKERDUMMY_H
2
#define DEVICEEYETRACKERDUMMY_H
3

    
4
#include <QGenericPlugin>
5

    
6

    
7
class DeviceEyetrackerDummy : public QGenericPlugin
8
{
9
    Q_OBJECT
10
#if QT_VERSION >= 0x050000
11
    Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QGenericPluginFactoryInterface" FILE "DeviceEyetrackerDummy.json")
12
#endif // QT_VERSION >= 0x050000
13

    
14
public:
15
    DeviceEyetrackerDummy(QObject *parent = 0);
16
};
17

    
18
#endif // DEVICEEYETRACKERDUMMY_H