Improved to "half-way usable" (version 0.5)
[pierogi] / keysets / ei.h
1 #ifndef EI_H
2 #define EI_H
3
4 #include "pirkeysetmetadata.h"
5
6 #include <QObject>
7
8 class EiTV1: public PIRKeysetMetaData
9 {
10 public:
11   EiTV1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 #endif // EI_H