aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc_qprocess/data/invalidAliasRevision.qml
blob: 44111430f7b4983d54c31de8700b618b14cb1043 (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
import QtQml
import QmltcQProcessTests

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