summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmllegend/qml/qmllegend/LegendItem.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/datavisualization/qmllegend/qml/qmllegend/LegendItem.qml')
-rw-r--r--examples/datavisualization/qmllegend/qml/qmllegend/LegendItem.qml2
1 files changed, 1 insertions, 1 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]