Unit tests for RemoteDBMgr
[irwi] / ut / ut_remotedbmgr / qnetworkreply.h
diff --git a/ut/ut_remotedbmgr/qnetworkreply.h b/ut/ut_remotedbmgr/qnetworkreply.h
deleted file mode 100644 (file)
index 3d3d85b..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-#ifndef QNETWORKREPLY_H
-#define QNETWORKREPLY_H
-//#define QNETWORKREPLY_H
-
-#warning("oma headeri")
-
-#include <QByteArray>
-
-class QNetworkReply
-{
-public:
-    enum NetworkError {
-        NoError = 0
-    };
-
-    QNetworkReply();
-    ~QNetworkReply();
-    QByteArray readAll();
-    int error() const;
-    void close();
-    void deleteLater();
-    QByteArray readLine(qint64 maxlen = 0);
-
-};
-
-#endif // QNETWORKREPLY_H
-