QmlDebugging: Remove QQmlDebugClient
authorAurindam Jana <aurindam.jana@nokia.com>
Tue, 6 Mar 2012 13:59:29 +0000 (14:59 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 9 Mar 2012 08:48:24 +0000 (09:48 +0100)
commit5c7b17379d2c24d83903ee00a3170d58332a79db
treeca2be996442e67e23d86c098855595885e49f8f8
parenteefbdbfc2109b11b37a99b6b97acca122024278c
QmlDebugging: Remove QQmlDebugClient

Remove QQmlDebugClient and relevant classes from the
library and move to client code.

Change-Id: I6f526b3f0c92970dcad5e5abd8585bb9b406349e
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
30 files changed:
src/qml/debugger/debugger.pri
tests/auto/qml/debugger/debugger.pro
tests/auto/qml/debugger/qdebugmessageservice/qdebugmessageservice.pro
tests/auto/qml/debugger/qdebugmessageservice/tst_qdebugmessageservice.cpp
tests/auto/qml/debugger/qpacketprotocol/qpacketprotocol.pro
tests/auto/qml/debugger/qpacketprotocol/tst_qpacketprotocol.cpp
tests/auto/qml/debugger/qqmldebugclient/qqmldebugclient.pro
tests/auto/qml/debugger/qqmldebugclient/tst_qqmldebugclient.cpp
tests/auto/qml/debugger/qqmldebugjs/qqmldebugjs.pro
tests/auto/qml/debugger/qqmldebugjs/tst_qqmldebugjs.cpp
tests/auto/qml/debugger/qqmldebugservice/qqmldebugservice.pro
tests/auto/qml/debugger/qqmldebugservice/tst_qqmldebugservice.cpp
tests/auto/qml/debugger/qqmlenginedebugservice/qqmlenginedebugservice.pro [moved from tests/auto/qml/debugger/qqmlenginedebug/qqmlenginedebug.pro with 52% similarity]
tests/auto/qml/debugger/qqmlenginedebugservice/tst_qqmlenginedebugservice.cpp [moved from tests/auto/qml/debugger/qqmlenginedebug/tst_qqmlenginedebug.cpp with 94% similarity]
tests/auto/qml/debugger/qqmlinspector/tst_qqmlinspector.pro
tests/auto/qml/debugger/qqmlprofilerservice/qqmlprofilerservice.pro
tests/auto/qml/debugger/qqmlprofilerservice/tst_qqmlprofilerservice.cpp
tests/auto/qml/debugger/qv8profilerservice/qv8profilerservice.pro
tests/auto/qml/debugger/qv8profilerservice/tst_qv8profilerservice.cpp
tests/auto/qml/debugger/shared/debugutil.cpp
tests/auto/qml/debugger/shared/debugutil.pri [new file with mode: 0644]
tests/auto/qml/debugger/shared/debugutil_p.h
tests/auto/qml/debugger/shared/qqmldebugclient.cpp [moved from src/qml/debugger/qqmldebugclient.cpp with 96% similarity]
tests/auto/qml/debugger/shared/qqmldebugclient.h [moved from src/qml/debugger/qqmldebugclient_p.h with 91% similarity]
tests/auto/qml/debugger/shared/qqmlenginedebug.cpp [moved from src/qml/debugger/qqmlenginedebug.cpp with 99% similarity]
tests/auto/qml/debugger/shared/qqmlenginedebug_p.h [moved from src/qml/debugger/qqmlenginedebug_p.h with 99% similarity]
tools/qmlprofiler/profileclient.h
tools/qmlprofiler/qmlprofiler.pro
tools/qmlprofiler/qqmldebugclient.cpp [new file with mode: 0644]
tools/qmlprofiler/qqmldebugclient.h [new file with mode: 0644]