Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
Qt Creator 3.3.0-beta1, Qt Creator 3.3.0-rc1
-
Windows 7 64 bit
Qt 5.3.2, MSVC build
Qt 5.3.1, MinGW build
Description
- Open project qtdeclarative\examples\quick\demos\samegame\samegame.qmlproject from Qt5's repository.
- Configure it to run in QML Scene of Qt 5.3.
- Run the project in debugger.
- In the app, click "1 Player".
- In the app, click the "Power-off" button.
QML Scene's window will close but qmlscene.exe will keep running and occupy one CPU core.
On exit, qmlscene.exe should quit just as it does when running without the debugger. With QML Scene from Qt 5.4, this seems to work correctly.