aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlpropertycache/data/SpecialObject1.qml
blob: 9559bc0b5f5cf74ce80e1fca1b91492832ce786f (plain)
1
2
3
4
5
import QtQml 2.0

QtObject {
    readonly property bool fakeProperty: false
}