summaryrefslogtreecommitdiffstats
path: root/examples/sensors/maze/LabyrinthSquare.qml
diff options
context:
space:
mode:
authorJuha Vuolle <juha.vuolle@insta.fi>2021-06-23 14:53:35 +0300
committerJuha Vuolle <juha.vuolle@insta.fi>2021-07-01 11:01:29 +0300
commit763b64cca21817af24d944d631c0fb676da8ba23 (patch)
tree7c82c640fd83e403cfb3ca6cfc22ce5fc8f63e2b /examples/sensors/maze/LabyrinthSquare.qml
parent2792d190cab778b2f1ed4591156fd2a282ec5d31 (diff)
Remove QML import versions from QtSensor examples
QML import versioning is optional and often unnecessary in Qt 6. Pick-to: 6.2 Task-number: QTBUG-92505 Change-Id: I60acf84d8c75560396b896597b143dad283a2e5b Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'examples/sensors/maze/LabyrinthSquare.qml')
-rw-r--r--examples/sensors/maze/LabyrinthSquare.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sensors/maze/LabyrinthSquare.qml b/examples/sensors/maze/LabyrinthSquare.qml
index dab6d7ca..692d4322 100644
--- a/examples/sensors/maze/LabyrinthSquare.qml
+++ b/examples/sensors/maze/LabyrinthSquare.qml
@@ -49,7 +49,7 @@
****************************************************************************/
//Import the declarative plugins
-import QtQuick 2.0
+import QtQuick
//Import the javascript functions for this game
import "lib.js" as Lib