Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativevaluetypes / data / BindingsSpliceCorrectlyType.qml
1 import Test 1.0
2
3 MyTypeObject {
4     property bool boldProperty: false
5
6     font.bold: boldProperty
7 }