Update to UI
[pierogi] / keysets / irobot.h
diff --git a/keysets/irobot.h b/keysets/irobot.h
new file mode 100644 (file)
index 0000000..c7c3064
--- /dev/null
@@ -0,0 +1,18 @@
+#ifndef IROBOT_H
+#define IROBOT_H
+
+#include "pirkeysetmetadata.h"
+
+class QObject;
+
+class IRobotRoomba1: public PIRKeysetMetaData
+{
+public:
+  IRobotRoomba1(
+    unsigned int index);
+
+  virtual void populateProtocol(
+    QObject *guiObject);
+};
+
+#endif // IROBOT_H