X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Client%2Fxmlreader.h;h=ec984ca7a681917492d934861ecd4b5318195e5e;hb=f73389530ce2e0cd73cf6dda7b09a5ba86e60f13;hp=615ca360b5616466f8afea00a0de163f31c770a8;hpb=762e24bbb530f14ecfd444d0235627d0ca61663b;p=speedfreak diff --git a/Client/xmlreader.h b/Client/xmlreader.h index 615ca36..ec984ca 100644 --- a/Client/xmlreader.h +++ b/Client/xmlreader.h @@ -1,17 +1,18 @@ -/** - * Parse xml file - * - * @author Toni Jussila - * @author Tiina Kivilinna-Korhola - * @copyright (c) 2010 Speed Freak team - * @license http://opensource.org/licenses/gpl-license.php GNU Public License - */ +/* + * Parse xml file + * + * @author Toni Jussila + * @author Tiina Kivilinna-Korhola + * @copyright (c) 2010 Speed Freak team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + */ #ifndef XMLREADER_H #define XMLREADER_H #include #include +#include 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(); };