5a48fbdd35a2fd10aa344c6a47938aeba5f53cd1
[pierogi] / keysets / elgato.h
1 #ifndef ELGATO_H
2 #define ELGATO_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class ElgatoEyeTV1: public PIRKeysetMetaData
9 {
10 public:
11   ElgatoEyeTV1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 #endif // ELGATO_H