aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/qmltypememory
Commit message (Collapse)AuthorAgeFilesLines
* Fix qmlClearTypeRegistrations testsAlan Alpert2013-09-171-0/+1
| | | | | | | | | | The manual test now tests that QtQuick can be loaded second try, and an autotest has been added to ensure that the function does not affect correctness. Task-Number: QTBUG-32078 Change-Id: Ifd55e12c2c31e2e181054f897f10f02a2811c5d1 Reviewed-by: Christopher Adams <chris.adams@jollamobile.com>
* Add qmlClearRegisteredTypes FunctionAlan Alpert2013-05-0711-0/+408
Registered types are stored in a global static variable, not on an engine instance. For applications managing multiple engines over their lifetime, there needs to be a way to clear the existing types so they can register new ones and avoid memory leaks. Task-Number: QTBUG-28572 Change-Id: Ic70a4dd1e29d99399b21fb42eaf10d4a52bf2adf Reviewed-by: Christopher Adams <chris.adams@jollamobile.com>