Welcome to the first commit of the first version of my very first app.
[pierogi] / keysets / apple.h
1 #ifndef APPLE_H
2 #define APPLE_H
3
4 #include "pirkeysetmetadata.h"
5
6 #include <QObject>
7
8 class AppleWhiteRemote: public PIRKeysetMetaData
9 {
10 public:
11   AppleWhiteRemote(
12     QObject *guiObject,
13     unsigned int index);
14 };
15
16 #endif // APPLE_H