aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/snippets/qml/qtbinding/context/MyItem.qml
blob: c03a5d26b794a285f04ea2bf04d5331bea370cc5 (plain)
1
2
3
4
5
6
7
8
// Copyright (C) 2017 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
//![0]
// MyItem.qml
import QtQuick

Text { text: currentDateTime }
//![0]