QmlDebugging: Remove QQmlDebugClient
[profile/ivi/qtdeclarative.git] / tests / auto / qml / debugger / shared / qqmlenginedebug.cpp
similarity index 99%
rename from src/qml/debugger/qqmlenginedebug.cpp
rename to tests/auto/qml/debugger/shared/qqmlenginedebug.cpp
index 65af181..8a46c76 100644 (file)
 
 #include "qqmlenginedebug_p.h"
 
-#include "qqmldebugclient_p.h"
+#include "qqmldebugclient.h"
 
-#include "qqmlenginedebugservice_p.h"
+#include <private/qqmlenginedebugservice_p.h>
 
-#include <private/qobject_p.h>
-
-QT_BEGIN_NAMESPACE
+#include <QtCore/private/qobject_p.h>
 
 class QQmlEngineDebugClient : public QQmlDebugClient
 {
@@ -1068,5 +1066,3 @@ bool QQmlDebugPropertyReference::hasNotifySignal() const
     return m_hasNotifySignal;
 }
 
-QT_END_NAMESPACE
-