f5e010f84c170f96210ef215be0ee2812610cdb7
[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     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18 #endif // LOGITECH_H