aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorThomas Hartmann <thomas.hartmann@qt.io>2022-09-13 12:38:01 +0200
committerThomas Hartmann <thomas.hartmann@qt.io>2022-09-13 10:50:40 +0000
commitb385abfcc4e2a0cc889f76625405e97853f35986 (patch)
tree2be48cf96970bb3b96ac30b11635cd1e79551228 /src/ui
parentf32068b7ee62e25d41569c4bbbcf64768b97361d (diff)
QmlDesigner: Fix telemetry popup
The import does not exist in Qt 5 and we changed the identifiers for the views. Change-Id: I76ebeaaff2c6798834bdd2d751fb971bb9253fff Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/FeedbackPopup.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/FeedbackPopup.qml b/src/ui/FeedbackPopup.qml
index 705c0ba..a8b5455 100644
--- a/src/ui/FeedbackPopup.qml
+++ b/src/ui/FeedbackPopup.qml
@@ -25,7 +25,6 @@
import QtQuick 2.15
import QtQuick.Controls 2.15
-import QtQuick.Controls.Styles 1.4
import QtQuick.Window 2.15
Rectangle {