diff options
| author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-04-28 10:03:10 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2023-04-28 11:53:47 +0200 |
| commit | b2e6fabb78836c8f040ddddcce5353ae85b8b15a (patch) | |
| tree | 2b48095df8d7606c353c35c27a44a438b0d08baf /examples/quick/shared/CheckBox.qml | |
| parent | dd863857436bbeeba4c0a1077f5ad16653296277 (diff) | |
Remove QML import versions
Task-number: PYSIDE-2206
Pick-to: 6.5
Change-Id: I5388b4fc82fb0d4c2ccb55cbd87fda8b864bc368
Reviewed-by: Shyamnath Premnadh <Shyamnath.Premnadh@qt.io>
Diffstat (limited to 'examples/quick/shared/CheckBox.qml')
| -rw-r--r-- | examples/quick/shared/CheckBox.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/shared/CheckBox.qml b/examples/quick/shared/CheckBox.qml index ed93d708d..45c4f4e67 100644 --- a/examples/quick/shared/CheckBox.qml +++ b/examples/quick/shared/CheckBox.qml @@ -1,7 +1,7 @@ // Copyright (C) 2017 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause -import QtQuick 2.12 +import QtQuick Item { id: root |
