aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/tutorials/helloworld/Cell.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/tutorials/helloworld/Cell.qml')
-rw-r--r--examples/quick/tutorials/helloworld/Cell.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/tutorials/helloworld/Cell.qml b/examples/quick/tutorials/helloworld/Cell.qml
index 1910453869..d88b63cdfa 100644
--- a/examples/quick/tutorials/helloworld/Cell.qml
+++ b/examples/quick/tutorials/helloworld/Cell.qml
@@ -2,7 +2,7 @@
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
//![0]
-import QtQuick 2.0
+import QtQuick
//![1]
Item {