Added missing model.h and some tests for remotelist
[irwi] / ut / ut_remotelist / ut_remotelist.h
index 939e234..0560529 100644 (file)
@@ -2,6 +2,8 @@
 #define _UT_REMOTELIST_H_
 
 #include <QObject>
+#include <QStringList>
+#include <QMap>
 
 class Ut_RemoteList: public QObject
 {
@@ -19,6 +21,11 @@ private slots:
     void testLetters();
     void testManufacturers();
     void testModels();
+
+private:
+    QStringList validLetters;
+    QMap<QString, QStringList> validMfgs;
+    QMap<QString, QStringList> validModels;
 };
 
 #endif // UT_REMOTELIST_H