aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickloader/data/creationContext.qml
blob: 17a596cc745739c425e078d57aaa12e3569837aa (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Item {
    property bool test: false

    CreationContextLoader {
    }
}