Revision 2eb54f9d GazeTkHub/Plugins/DeviceEyetrackerTobii/deviceeyetrackertobii.cpp
GazeTkHub/Plugins/DeviceEyetrackerTobii/deviceeyetrackertobii.cpp | ||
---|---|---|
1 | 1 |
#include "deviceeyetrackertobii.h" |
2 | 2 |
|
3 |
namespace gazetk |
|
4 |
{ |
|
5 |
namespace plugins |
|
6 |
{ |
|
3 | 7 |
|
4 | 8 |
DeviceEyetrackerTobii::DeviceEyetrackerTobii(QObject *parent) : |
5 |
QGenericPlugin(parent)
|
|
9 |
QObject(parent)
|
|
6 | 10 |
{ |
7 | 11 |
} |
8 | 12 |
|
13 |
|
|
14 |
} // namespace plugins |
|
15 |
|
|
16 |
} // namespace gazetk |
|
17 |
|
|
18 |
|
|
9 | 19 |
#if QT_VERSION < 0x050000 |
10 | 20 |
Q_EXPORT_PLUGIN2(DeviceEyetrackerTobii, DeviceEyetrackerTobii) |
11 | 21 |
#endif // QT_VERSION < 0x050000 |
Also available in: Unified diff