summaryrefslogtreecommitdiffstats
path: root/examples/demos/clocks
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2020-12-01 13:57:32 +0100
committerKai Koehne <kai.koehne@qt.io>2020-12-02 16:04:51 +0100
commit9194f8602b635c7cfd4f5b7e59f402d9a944e1f9 (patch)
treec7b64c570c519b42801bf5225263c69a1db23513 /examples/demos/clocks
parentc42abf8625c0f6ca44cad665151c4ae0e8410d09 (diff)
examples: Do not use versioned QML import
Ignore .ui.qml files though for now, until they are properly handled by Qt Design Studio. Task-number: QTBUG-89033 Change-Id: I85ea1dc2f85928e9fa1f473535687ab8b0288e9d Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Diffstat (limited to 'examples/demos/clocks')
-rw-r--r--examples/demos/clocks/clocks.qml2
-rw-r--r--examples/demos/clocks/content/Clock.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/demos/clocks/clocks.qml b/examples/demos/clocks/clocks.qml
index 5224e29a3..289994336 100644
--- a/examples/demos/clocks/clocks.qml
+++ b/examples/demos/clocks/clocks.qml
@@ -48,7 +48,7 @@
**
****************************************************************************/
-import QtQuick 2.0
+import QtQuick
import "content" as Content
Rectangle {
diff --git a/examples/demos/clocks/content/Clock.qml b/examples/demos/clocks/content/Clock.qml
index 542333d13..457b2c357 100644
--- a/examples/demos/clocks/content/Clock.qml
+++ b/examples/demos/clocks/content/Clock.qml
@@ -48,7 +48,7 @@
**
****************************************************************************/
-import QtQuick 2.0
+import QtQuick
Item {
id : clock