8c67c6ccfe8cbed3c0e627be086a39175f6a8613
[pierogi] / keysets / huawei.h
1 #ifndef HUAWEI_H
2 #define HUAWEI_H
3
4 #include "pirkeysetmetadata.h"
5
6 class QObject;
7
8 class HuaweiSTB1: public PIRKeysetMetaData
9 {
10 public:
11   HuaweiSTB1(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 class HuaweiSTB2: public PIRKeysetMetaData
17 {
18 public:
19   HuaweiSTB2(
20     QObject *guiObject,
21     unsigned int index);
22 };
23
24 #endif // HUAWEI_H