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