gazetk / GazeTkHub / Plugins / DeviceEyetrackerDummy / deviceeyetrackerdummy.cpp @ 2eb54f9d
History | View | Annotate | Download (334 Bytes)
1 |
#include "deviceeyetrackerdummy.h" |
---|---|
2 |
|
3 |
namespace gazetk
|
4 |
{ |
5 |
namespace plugins
|
6 |
{ |
7 |
|
8 |
DeviceEyetrackerDummy::DeviceEyetrackerDummy(QObject *parent) : |
9 |
QObject(parent) |
10 |
{ |
11 |
} |
12 |
|
13 |
|
14 |
} // namespace plugins
|
15 |
|
16 |
} // namespace gazetk
|
17 |
|
18 |
#if QT_VERSION < 0x050000 |
19 |
Q_EXPORT_PLUGIN2(DeviceEyetrackerDummy, DeviceEyetrackerDummy) |
20 |
#endif // QT_VERSION < 0x050000 |