QmlDebugging: Remove QQmlDebugClient
[profile/ivi/qtdeclarative.git] / tests / auto / qml / debugger / shared / qqmlenginedebug_p.h
similarity index 99%
rename from src/qml/debugger/qqmlenginedebug_p.h
rename to tests/auto/qml/debugger/shared/qqmlenginedebug_p.h
index 0562d87..70f04d3 100644 (file)
 
 #include <private/qtqmlglobal_p.h>
 
-QT_BEGIN_HEADER
-
-QT_BEGIN_NAMESPACE
-
-
 class QQmlDebugConnection;
 class QQmlDebugWatch;
 class QQmlDebugPropertyWatch;
@@ -385,13 +380,9 @@ private:
     QVariant m_result;
 };
 
-QT_END_NAMESPACE
-
 Q_DECLARE_METATYPE(QQmlDebugEngineReference)
 Q_DECLARE_METATYPE(QQmlDebugObjectReference)
 Q_DECLARE_METATYPE(QQmlDebugContextReference)
 Q_DECLARE_METATYPE(QQmlDebugPropertyReference)
 
-QT_END_HEADER
-
 #endif // QQMLENGINEDEBUG_H