qt6-bb10/qtdeclarative/tests/auto/qml/qqmlenginecleanup/data/testFile1.qml

12 lines
197 B
QML

// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
import QtQuick 2.0
Item {
Item {
id: c1
}
property Item a: c1
}