QmlDebugging: Remove QQmlDebugClient
[profile/ivi/qtdeclarative.git] / tests / auto / qml / debugger / shared / qqmldebugclient.h
similarity index 91%
rename from src/qml/debugger/qqmldebugclient_p.h
rename to tests/auto/qml/debugger/shared/qqmldebugclient.h
index 064e15c..d3e5cd5 100644 (file)
 #ifndef QQMLDEBUGCLIENT_H
 #define QQMLDEBUGCLIENT_H
 
-//
-//  W A R N I N G
-//  -------------
-//
-// This file is not part of the Qt API.  It exists purely as an
-// implementation detail.  This header file may change from version to
-// version without notice, or even be removed.
-//
-// We mean it.
-//
-
 #include <QtNetwork/qtcpsocket.h>
 
 #include <private/qtqmlglobal_p.h>
 
-QT_BEGIN_HEADER
-
-QT_BEGIN_NAMESPACE
-
-
 class QQmlDebugConnectionPrivate;
 class Q_QML_PRIVATE_EXPORT QQmlDebugConnection : public QIODevice
 {
@@ -120,12 +104,9 @@ protected:
     virtual void messageReceived(const QByteArray &);
 
 private:
+    QQmlDebugClientPrivate *d;
     friend class QQmlDebugConnection;
     friend class QQmlDebugConnectionPrivate;
 };
 
-QT_END_NAMESPACE
-
-QT_END_HEADER
-
 #endif // QQMLDEBUGCLIENT_H