X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fremotelist.h;h=4650c09d85f0ca9b698c903c611cb38d9c8047ba;hb=03d4767dd2b9284e9cfea0c98e429d589f9d2b45;hp=a1249f5f06df39e1b5e0636abe045c4dd121a6d5;hpb=45ccc95cedae0ac98706fb55c9a34ffbc727ec20;p=irwi diff --git a/src/remotelist.h b/src/remotelist.h index a1249f5..4650c09 100644 --- a/src/remotelist.h +++ b/src/remotelist.h @@ -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 parseModels(QDomElement &mfgEl); - void printMaps(); private: bool valid;