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