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