Implementd user name in window title
[speedfreak] / Client / xmlreader.h
index 615ca36..ec984ca 100644 (file)
@@ -1,17 +1,18 @@
-/**
-  * Parse xml file
-  *
-  * @author     Toni Jussila <toni.jussila@fudeco.com>
-  * @author     Tiina Kivilinna-Korhola <tiina.kivilinna-korhola@fudeco.com>
-  * @copyright  (c) 2010 Speed Freak team
-  * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
-  */
+/*
+ * Parse xml file
+ *
+ * @author     Toni Jussila <toni.jussila@fudeco.com>
+ * @author     Tiina Kivilinna-Korhola <tiina.kivilinna-korhola@fudeco.com>
+ * @copyright  (c) 2010 Speed Freak team
+ * @license    http://opensource.org/licenses/gpl-license.php GNU Public License
+ */
 
 #ifndef XMLREADER_H
 #define XMLREADER_H
 
 #include <QXmlStreamReader>
 #include <QStringList>
+#include <QNetworkReply>
 
 class XmlReader : public QObject
 {
@@ -39,7 +40,8 @@ private:
     QString value;
 
 public slots:
-    void xmlRead(QIODevice* device);
+    //void xmlRead(QIODevice* device);
+    void xmlRead(QNetworkReply* device);
     void xmlShow();
 };