QmlApp template: Use new 4.7.1 API to enable qml debugging
Qml debugging is now disabled by default, and has to be enabled explicitly (b2016bbfc9). This has to be done before the QDView/QDEngine is instantiated ... The patch introduces a static create method to QmlApplicationViewer, so that the setup can be hidden from the users main file.
Showing
- share/qtcreator/templates/qmlapp/main.cpp 6 additions, 5 deletionsshare/qtcreator/templates/qmlapp/main.cpp
- share/qtcreator/templates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.cpp 14 additions, 4 deletions...ates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.cpp
- share/qtcreator/templates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.h 4 additions, 1 deletion...plates/qmlapp/qmlapplicationviewer/qmlapplicationviewer.h
Loading
Please register or sign in to comment