aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/doc/snippets/qml/listview/ReusableDelegate.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/doc/snippets/qml/listview/ReusableDelegate.qml')
-rw-r--r--src/quick/doc/snippets/qml/listview/ReusableDelegate.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/doc/snippets/qml/listview/ReusableDelegate.qml b/src/quick/doc/snippets/qml/listview/ReusableDelegate.qml
index bed0df639f..e8e1077509 100644
--- a/src/quick/doc/snippets/qml/listview/ReusableDelegate.qml
+++ b/src/quick/doc/snippets/qml/listview/ReusableDelegate.qml
@@ -1,7 +1,7 @@
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-import QtQuick 2.15
+import QtQuick
//![0]
Component {