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

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