aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/ImportWithPrefix.qml
blob: 6d070da21a31ce3951cb31dff6222c4a704dfc1f (plain)
1
2
3
4
5
import "." as MyStuff

MyStuff.Simple {
    property bool something: contains(Qt.point(12, 34))
}