diff options
Diffstat (limited to 'examples/qml/referenceexamples/methods/birthdayparty.py')
| -rw-r--r-- | examples/qml/referenceexamples/methods/birthdayparty.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qml/referenceexamples/methods/birthdayparty.py b/examples/qml/referenceexamples/methods/birthdayparty.py index 41425a2b1..a3942b671 100644 --- a/examples/qml/referenceexamples/methods/birthdayparty.py +++ b/examples/qml/referenceexamples/methods/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.methods.people" +QML_IMPORT_NAME = "People" QML_IMPORT_MAJOR_VERSION = 1 |
