diff --git a/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml b/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml index d3b693788a3..73f4846e9cb 100644 --- a/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml +++ b/share/qtcreator/qml/qmlpuppet/mockfiles/EditView3D.qml @@ -60,11 +60,10 @@ Window { enableAxisLines: false } - Light { + PointLight { id: pointLight visible: showEditLight position: editCamera.position - lightType: Light.Point } Camera {