diff options
Diffstat (limited to 'examples/quick3d/customgeometry/examplepoint.py')
| -rw-r--r-- | examples/quick3d/customgeometry/examplepoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick3d/customgeometry/examplepoint.py b/examples/quick3d/customgeometry/examplepoint.py index 3b4984222..df5e8f90e 100644 --- a/examples/quick3d/customgeometry/examplepoint.py +++ b/examples/quick3d/customgeometry/examplepoint.py @@ -9,7 +9,7 @@ from PySide6.QtGui import QVector3D from PySide6.QtQml import QmlElement from PySide6.QtQuick3D import QQuick3DGeometry -QML_IMPORT_NAME = "ExamplePointGeometry" +QML_IMPORT_NAME = "CustomGeometryExample" QML_IMPORT_MAJOR_VERSION = 1 |
