QmlDebugging: Add service client for QmlDebugger
Qt5 has renamed the service 'QDeclarativeEngine' to 'QmlDebugger'.
Add a new client to connect to the service.
Change-Id: I3a03181c4f34c311e47d4a963283b66dc778726b
Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
Showing
- src/libs/qmljsdebugclient/qdeclarativeengineclient.h 53 additions, 0 deletionssrc/libs/qmljsdebugclient/qdeclarativeengineclient.h
- src/libs/qmljsdebugclient/qmldebuggerclient.cpp 92 additions, 0 deletionssrc/libs/qmljsdebugclient/qmldebuggerclient.cpp
- src/libs/qmljsdebugclient/qmldebuggerclient.h 58 additions, 0 deletionssrc/libs/qmljsdebugclient/qmldebuggerclient.h
- src/libs/qmljsdebugclient/qmlenginedebugclient.cpp 4 additions, 3 deletionssrc/libs/qmljsdebugclient/qmlenginedebugclient.cpp
- src/libs/qmljsdebugclient/qmlenginedebugclient.h 5 additions, 5 deletionssrc/libs/qmljsdebugclient/qmlenginedebugclient.h
- src/libs/qmljsdebugclient/qmljsdebugclient-lib.pri 5 additions, 2 deletionssrc/libs/qmljsdebugclient/qmljsdebugclient-lib.pri
- src/libs/qmljsdebugclient/qmljsdebugclient.qbs 4 additions, 1 deletionsrc/libs/qmljsdebugclient/qmljsdebugclient.qbs
- src/plugins/debugger/qml/qmljsprivateapi.h 2 additions, 0 deletionssrc/plugins/debugger/qml/qmljsprivateapi.h
- src/plugins/qmljsinspector/qmljsclientproxy.cpp 18 additions, 10 deletionssrc/plugins/qmljsinspector/qmljsclientproxy.cpp
- src/plugins/qmljsinspector/qmljsprivateapi.h 2 additions, 0 deletionssrc/plugins/qmljsinspector/qmljsprivateapi.h
Loading
Please register or sign in to comment