diff options
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/data/attachedBaseEnum.qml')
| -rw-r--r-- | tests/auto/qml/qmlcppcodegen/data/attachedBaseEnum.qml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/attachedBaseEnum.qml b/tests/auto/qml/qmlcppcodegen/data/attachedBaseEnum.qml new file mode 100644 index 0000000000..3f6a3fc307 --- /dev/null +++ b/tests/auto/qml/qmlcppcodegen/data/attachedBaseEnum.qml @@ -0,0 +1,5 @@ +import QtQuick + +MouseArea { + drag.axis: Drag.YAxis +} |
