diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/PopupDialog.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/PopupDialog.qml index 1f62ba81818..cbeb113701e 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/PopupDialog.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/PopupDialog.qml @@ -135,7 +135,7 @@ QtObject { return Qt.LeftEdge // Default } - function contains(a: rect, b: rect): boolean { + function contains(a: rect, b: rect): bool { let halfSizeA = Qt.size(a.width * 0.5, a.height * 0.5) let halfSizeB = Qt.size(b.width * 0.5, b.height * 0.5)