summaryrefslogtreecommitdiffstats
path: root/examples/multimedia/video/snippets/performancemonitor
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-04-13 13:57:07 +0200
committerLars Knoll <lars.knoll@qt.io>2021-04-16 11:01:09 +0000
commit5eff59b1b5aed9e88100824a0009f5fc5f6c89ba (patch)
tree88c587fbfab88146c9f1a2a3ff38f928cf46bbfd /examples/multimedia/video/snippets/performancemonitor
parentdd17bf10c9932cc4928a954d71a67bbafc587659 (diff)
Kill all versioned imports
And don't register the items with a version neither. Change-Id: I514480fe7570cba468404bc891f238991690f499 Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Doris Verria <doris.verria@qt.io>
Diffstat (limited to 'examples/multimedia/video/snippets/performancemonitor')
-rw-r--r--examples/multimedia/video/snippets/performancemonitor/qml/performancemonitor/PerformanceItem.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multimedia/video/snippets/performancemonitor/qml/performancemonitor/PerformanceItem.qml b/examples/multimedia/video/snippets/performancemonitor/qml/performancemonitor/PerformanceItem.qml
index 6f5d3d7d3..288fb2f08 100644
--- a/examples/multimedia/video/snippets/performancemonitor/qml/performancemonitor/PerformanceItem.qml
+++ b/examples/multimedia/video/snippets/performancemonitor/qml/performancemonitor/PerformanceItem.qml
@@ -48,7 +48,7 @@
**
****************************************************************************/
-import QtQuick 2.0
+import QtQuick
Rectangle {
id: root