aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmlls/utils/data/findUsages/binding/binding.qml
blob: c0a06dd6fda94bd86b2b3365cf71022980ee8370 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

import QtQuick

Text {
    id: textRoot

    property int helloPropertyBinding
    helloPropertyBinding: 123
}