aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmldom/domdata/domitem/fileLocationRegion.qml
blob: f441efb5e25a9dcc33a391e5d18392c1b7c6a1c4 (plain)
1
2
3
4
5
6
7
8
import QtQuick

Item {
    property int helloWorld

    // before helloWorld binding
    helloWorld: 42 // after helloWorld binding
}