aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeloader/data/creationContext.qml
blob: 529797867fb03bc4c314ee394b9c13c8a1f3aef2 (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

Item {
    property bool test: false

    CreationContextLoader {
    }
}