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