diff options
Diffstat (limited to 'examples/quick3d/customgeometry/exampletriangle.py')
| -rw-r--r-- | examples/quick3d/customgeometry/exampletriangle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick3d/customgeometry/exampletriangle.py b/examples/quick3d/customgeometry/exampletriangle.py index 996a9f85c..8cc7a7278 100644 --- a/examples/quick3d/customgeometry/exampletriangle.py +++ b/examples/quick3d/customgeometry/exampletriangle.py @@ -8,7 +8,7 @@ from PySide6.QtGui import QVector3D from PySide6.QtQml import QmlElement from PySide6.QtQuick3D import QQuick3DGeometry -QML_IMPORT_NAME = "ExampleTriangleGeometry" +QML_IMPORT_NAME = "CustomGeometryExample" QML_IMPORT_MAJOR_VERSION = 1 |
