aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc_qprocess/data/invalidAliasRevision.qml
blob: 55e3e73c310c64d1530ca8cdcd043f5b906341e4 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQml
import QmltcQProcessTests

TypeWithVersionedAlias {
    id: self
    property alias unexistingProperty: self.notExisting
    property alias existingProperty: self.existing
}