New GUI, many changes
[pierogi] / keysets / dell.h
1 #ifndef DELL_H
2 #define DELL_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class DellRemote1: public PIRKeysetMetaData
9 {
10 public:
11   DellRemote1(
12     unsigned int index);
13
14   virtual void populateProtocol(
15     QObject *guiObject);
16 };
17
18 #endif // DELL_H