aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2023-09-19 14:13:56 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2023-09-19 12:33:00 +0000
commit615bbe1844ec577cb26121d4a777457fe5c4236f (patch)
tree16478d6910a099c53ed93738372dea88b505a00e
parent765fe02a8852281279e6ef57d1693093daba3d42 (diff)
QmlDesigner: One more missing qualification
Change-Id: I394e58b2cccdfbfcacd13ff2c5cefba8d4719ef4 Reviewed-by: Henning Gründl <henning.gruendl@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io> (cherry picked from commit f3f5a8eabc7ae079bdbc1c41263aeeab9845ca35) Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/connectionseditor/SuggestionPopup.qml2
1 files changed, 1 insertions, 1 deletions
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