From e156854fc38b61fcfa1b7aec533d92b5055663dd Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Tue, 19 Sep 2023 14:13:56 +0200 Subject: [PATCH] QmlDesigner: One more missing qualification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I394e58b2cccdfbfcacd13ff2c5cefba8d4719ef4 Reviewed-by: Henning Gründl Reviewed-by: Qt CI Patch Build Bot --- .../qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml b/share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml index 8f2ee2f41f4..332059fbc6c 100644 --- a/share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml +++ b/share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml @@ -195,7 +195,7 @@ Controls.Popup { boundsMovement: Flickable.StopAtBounds boundsBehavior: Flickable.StopAtBounds - ScrollBar.vertical: HelperWidgets.ScrollBar { + Controls.ScrollBar.vertical: HelperWidgets.ScrollBar { id: treeScrollBar parent: treeView x: treeView.width - treeScrollBar.width