Adding per-keyset editable data
[pierogi] / keysets / blaupunkt.h
diff --git a/keysets/blaupunkt.h b/keysets/blaupunkt.h
new file mode 100644 (file)
index 0000000..6b9a15c
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef BLAUPUNKT_H
+#define BLAUPUNKT_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class BlaupunktVCR1: public PIRKeysetMetaData
+{
+public:
+  BlaupunktVCR1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // BLAUPUNKT_H