summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSakaria Pouke <sakaria.pouke@qt.io>2024-02-22 14:16:26 +0200
committerSakaria Pouke <sakaria.pouke@qt.io>2024-02-23 08:40:27 +0200
commit19ad9d875b301f3982509a5d1154f733f3003399 (patch)
treea838b43888ef81e6188f6bf13647a9ee485d9f42
parent79e91c7e49c22c964c9d7b059946e44f25339098 (diff)
Update graphs qml import for stocQt
Fixes: QTBUG-122657 Pick-to: 6.7 Change-Id: Ib7bf1b15ae7e1bf4f65c83aef3399afd141c8a03 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
-rw-r--r--examples/demos/stocqt/content/FavoriteChart.qml2
-rw-r--r--examples/demos/stocqt/content/StockChart.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/demos/stocqt/content/FavoriteChart.qml b/examples/demos/stocqt/content/FavoriteChart.qml
index 7883211b4..38c4ff9c1 100644
--- a/examples/demos/stocqt/content/FavoriteChart.qml
+++ b/examples/demos/stocqt/content/FavoriteChart.qml
@@ -1,7 +1,7 @@
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
import QtQuick 6.5
-import QtGraphs3D
+import QtGraphs
import custom.StockEngine
import custom.TimeFormatter
diff --git a/examples/demos/stocqt/content/StockChart.qml b/examples/demos/stocqt/content/StockChart.qml
index 2c971b943..5492eb17f 100644
--- a/examples/demos/stocqt/content/StockChart.qml
+++ b/examples/demos/stocqt/content/StockChart.qml
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
import QtQuick 6.5
import custom.StockEngine
-import QtGraphs3D
+import QtGraphs
import QtQuick.Layouts
import custom.TimeFormatter