diff options
Diffstat (limited to 'examples/qml/referenceexamples/binding/birthdayparty.py')
| -rw-r--r-- | examples/qml/referenceexamples/binding/birthdayparty.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/referenceexamples/binding/birthdayparty.py b/examples/qml/referenceexamples/binding/birthdayparty.py index 78f0314b4..a337d4a16 100644 --- a/examples/qml/referenceexamples/binding/birthdayparty.py +++ b/examples/qml/referenceexamples/binding/birthdayparty.py @@ -9,7 +9,7 @@ from person import Person # To be used on the @QmlElement decorator # (QML_IMPORT_MINOR_VERSION is optional) -QML_IMPORT_NAME = "examples.binding.people" +QML_IMPORT_NAME = "People" QML_IMPORT_MAJOR_VERSION = 1 |
