diff options
author | Water-Team <water@pad.test.qt.nokia.com> | 2011-08-12 23:00:13 (GMT) |
---|---|---|
committer | Water-Team <water@pad.test.qt.nokia.com> | 2011-08-12 23:00:13 (GMT) |
commit | 84f5f63baa4bee04954fbdf3cf3d3126023798af (patch) | |
tree | 409acc728c57415f552f5c6c22efeea58a85d19d /tools/qml/qmlruntime.cpp | |
parent | 98babb1408712a14098a9a75b31c4e9603afdbc0 (diff) | |
parent | 7569e6601fb9dcf730ac20cd5c1d39307daa2810 (diff) | |
download | Qt-84f5f63baa4bee04954fbdf3cf3d3126023798af.zip Qt-84f5f63baa4bee04954fbdf3cf3d3126023798af.tar.gz Qt-84f5f63baa4bee04954fbdf3cf3d3126023798af.tar.bz2 |
Merge branch '4.8-upstream' into master-water
Diffstat (limited to 'tools/qml/qmlruntime.cpp')
-rw-r--r-- | tools/qml/qmlruntime.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/qml/qmlruntime.cpp b/tools/qml/qmlruntime.cpp index 4b0f2d5..f9961bc 100644 --- a/tools/qml/qmlruntime.cpp +++ b/tools/qml/qmlruntime.cpp @@ -1393,6 +1393,7 @@ void QDeclarativeViewer::appAboutToQuit() loggerWindow = 0; delete tester; tester = 0; + close(); } void QDeclarativeViewer::autoStartRecording() |