More tests for Remote class
[irwi] / ut / stubs / qnetworkreply.h
index d5b0824..7990728 100644 (file)
@@ -2,6 +2,7 @@
 #define QNETWORKREPLY_H
 
 #include <QByteArray>
+#include <QBuffer>
 
 class QNetworkReply
 {
@@ -18,6 +19,7 @@ public:
     void deleteLater();
     QByteArray readLine(qint64 maxlen = 0);
 
+    static QBuffer data;
 };
 
 #endif // QNETWORKREPLY_H