summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmllegend/qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/qmllegend/qml')
-rw-r--r--examples/datavisualization/qmllegend/qml/qmllegend/LegendItem.qml2
-rw-r--r--examples/datavisualization/qmllegend/qml/qmllegend/main.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/datavisualization/qmllegend/qml/qmllegend/LegendItem.qml b/examples/datavisualization/qmllegend/qml/qmllegend/LegendItem.qml
index 5611a065..5d63bde2 100644
--- a/examples/datavisualization/qmllegend/qml/qmllegend/LegendItem.qml
+++ b/examples/datavisualization/qmllegend/qml/qmllegend/LegendItem.qml
@@ -30,7 +30,7 @@
import QtQuick
import QtQuick.Layouts
import QtQuick.Window
-import QtDataVisualization
+import QtDataVisualization 1.2
Rectangle {
//! [0]
diff --git a/examples/datavisualization/qmllegend/qml/qmllegend/main.qml b/examples/datavisualization/qmllegend/qml/qmllegend/main.qml
index 3d795dfd..831e7dc7 100644
--- a/examples/datavisualization/qmllegend/qml/qmllegend/main.qml
+++ b/examples/datavisualization/qmllegend/qml/qmllegend/main.qml
@@ -30,7 +30,7 @@
import QtQuick
import QtQuick.Controls
import QtQuick.Layouts
-import QtDataVisualization
+import QtDataVisualization 1.2
import "."
Rectangle {