summaryrefslogtreecommitdiffstats
path: root/tests/quicktestbrowser/ApplicationRoot.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix the new window example code GC problemsJocelyn Turcotte2015-01-231-0/+58
If we want to allow destroying the main window, we need to also create it dynamically. Use an intermediate root QtObject to take care of this. Change-Id: I04ba2ac7b1a24ea75ee1eecc3ab9157e8645ab30 Reviewed-by: Andras Becsi <andras.becsi@theqtcompany.com>