aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/TypeDeprecatedReason.qml
blob: 1d43c118f7a40c3a924b782c4db1fe58fa41f494 (plain)
1
2
3
4
import QtQml

@Deprecated { reason: "Test" }
QtObject {}