diff options
Diffstat (limited to 'tests/auto/qml/qmlcppcodegen/data/modulePrefix.qml')
| -rw-r--r-- | tests/auto/qml/qmlcppcodegen/data/modulePrefix.qml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcppcodegen/data/modulePrefix.qml b/tests/auto/qml/qmlcppcodegen/data/modulePrefix.qml new file mode 100644 index 0000000000..eb12882dd7 --- /dev/null +++ b/tests/auto/qml/qmlcppcodegen/data/modulePrefix.qml @@ -0,0 +1,10 @@ +pragma Strict +import QtQml +import TestTypes as T + +QtObject { + id: self + property date foo: self.T.BirthdayParty.rsvp + property date bar: T.BirthdayParty.rsvp + property string baz: T.CppSingleton.objectName +} |
