aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/parentEnum.qml
blob: 313760f59a4b5793f94614996bff4a54000ed780 (plain)
1
2
3
4
5
6
7
import QtQuick

Item {
    width: 640
    height: 480
    property int t: PointerDevice.Position
}