Added requesting results from server.
[speedfreak] / Client / xmlreader.cpp
index f953418..772b28c 100644 (file)
@@ -35,7 +35,8 @@ XmlReader::~XmlReader()
 /**
   *This function is used to parsing xml file.
   */
-void XmlReader::xmlRead(QIODevice *device)
+//void XmlReader::xmlRead(QIODevice *device)
+void XmlReader::xmlRead(QNetworkReply* device)
 {
     qDebug() << "_xmlRead";
 
@@ -118,7 +119,7 @@ void XmlReader::xmlShow()
         return;
     }
 
-    xmlRead(&file);
+    //xmlRead(&file);
     file.close();
 }