aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickloader/data/sourceComponentGarbageCollection.qml
blob: ab86883af55037f9b2ca0f71950bf7220ecdc322 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Loader {
    active: false
    function setSourceComponent() {
        sourceComponent = Qt.createComponent("SimpleTestComponent.qml");
    }
}