Added missing model.h and some tests for remotelist
[irwi] / src / remotelist.h
index a1249f5..4650c09 100644 (file)
@@ -14,7 +14,7 @@ public:
     RemoteList(const RemoteList &);
     RemoteList(QDomDocument &);
     RemoteList(const QString &xmlFile);
-    RemoteList(QIODevice);
+    RemoteList(QIODevice &);
     ~RemoteList();
     
     void setContent(QDomDocument &);
@@ -32,7 +32,6 @@ private:
     void parse(QDomDocument &doc);
     QStringList parseMfgs(QDomElement &charEl);
     QList<Model> parseModels(QDomElement &mfgEl);
-    void printMaps();
     
 private:
     bool valid;