diff options
Diffstat (limited to 'examples/qml/referenceexamples/valuesource/person.py')
| -rw-r--r-- | examples/qml/referenceexamples/valuesource/person.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/referenceexamples/valuesource/person.py b/examples/qml/referenceexamples/valuesource/person.py index 5cd04e38a..89844c87f 100644 --- a/examples/qml/referenceexamples/valuesource/person.py +++ b/examples/qml/referenceexamples/valuesource/person.py @@ -6,7 +6,7 @@ from PySide6.QtQml import QmlAnonymous, QmlElement # To be used on the @QmlElement decorator # (QML_IMPORT_MINOR_VERSION is optional) -QML_IMPORT_NAME = "examples.valuesource.people" +QML_IMPORT_NAME = "People" QML_IMPORT_MAJOR_VERSION = 1 |
