aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemetaobject/data/property.bool.qml
blob: 9459cb6394f2f1bee4040faf9ed50bb5ef9e1b4f (plain)
1
2
3
4
5
import QtQuick 2.0

QtObject {
    default property bool test: true
}