9b76701c1bedfb403102406b92c1f3f5e43ba5b0
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeincubator / data / forceCompletion.qml
1 import QtQuick 2.0
2 import Qt.test 1.0
3
4 Item {
5     property int testValue: 3499
6     SelfRegistering {
7         property int testValue2: 19
8     }
9 }