Qt Declarative (Quick 2)
Go to file
Erik Verbruggen ca248a5b8e Fix use-after-free in testcase.
The call to setActive does a deleteLater on the window. Then the QTRY_*
macros run the event loop, thereby deleting the window. So, after
wrapping the window in a QPointer, that pointer must either be null, or
the window shouldn't be visible.

Change-Id: Ib3fc5c5284bd5dae378a0f6a17117b262b9a3687
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2014-08-08 06:37:42 +02:00
bin Update copyright year in Digia's license headers 2013-01-10 19:52:37 +01:00
dist Add changelog for 5.3.1 2014-06-18 12:06:32 +02:00
examples Expose the scene graph publically through a QSGEngine class 2014-08-01 13:49:46 +02:00
src Handle scene graph invalidation 2014-08-08 06:26:33 +02:00
tests Fix use-after-free in testcase. 2014-08-08 06:37:42 +02:00
tools Introducing qmllint tool. 2014-08-05 18:49:30 +02:00
.gitattributes Update the git-archive export options 2012-09-10 14:24:05 +02:00
.gitignore Build/install the qmleasing tool to bindir 2014-03-27 18:20:26 +01:00
.gitmodules Prospective fix for builds in the CI system on Windows machines 2013-08-07 11:51:25 +02:00
.qmake.conf Bump version 2014-06-18 00:28:50 +02:00
.tag Update the git-archive export options 2012-09-10 14:24:05 +02:00
LGPL_EXCEPTION.txt Add the mandatory license file to be consistent and proper 2013-02-15 09:07:14 +01:00
LICENSE.FDL Add the mandatory license file to be consistent and proper 2013-02-15 09:07:14 +01:00
LICENSE.GPL Add the mandatory license file to be consistent and proper 2013-02-15 09:07:14 +01:00
LICENSE.LGPL Add the mandatory license file to be consistent and proper 2013-02-15 09:07:14 +01:00
qtdeclarative.pro Prospective build fix in the CI system for iOS 2014-02-16 16:06:17 +01:00
sync.profile Pin qtbase in order to allow for the qtbase stable -> dev merge to go through 2014-02-28 11:39:09 +01:00