aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahmoud Badri <mahmoud.badri@qt.io>2023-09-21 13:41:23 +0300
committerMahmoud Badri <mahmoud.badri@qt.io>2023-09-21 11:36:31 +0000
commit67fdffabf6aed1e4da1d53f49bfc3ddb41c826e0 (patch)
tree88e933715f95cb5a78d31ce27c5d3f17a5688a20
parentadd1c8ebb5c6bf166737e112f42a76f3c6feeae2 (diff)
QmlDesigner: Fix ScrollView not working on Windows
Caused by (5676e612982d3c87f403677bcb63e0b6343f9b7d) Change-Id: I626b206aa19a733f6a33e1d26c4004bf2ec47102 Reviewed-by: Henning Gründl <henning.gruendl@qt.io> Reviewed-by: Qt CI Patch Build Bot <ci_patchbuild_bot@qt.io>
-rw-r--r--share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml
index 34342958f7..f17d2025aa 100644
--- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml
+++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml
@@ -2,6 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick
+import QtQuick.Controls
import StudioControls as StudioControls
import StudioTheme 1.0 as StudioTheme