New GUI, many changes
[pierogi] / keysets / dynex.h
diff --git a/keysets/dynex.h b/keysets/dynex.h
new file mode 100644 (file)
index 0000000..bb79760
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef DYNEX_H
+#define DYNEX_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class DynexTV1: public PIRKeysetMetaData
+{
+public:
+  DynexTV1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // DYNEX_H