Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / realToInt.qml
1 import QtQuick 2.0
2 import Qt.test 1.0
3
4 MyQmlObject {
5     function test1() {
6         value = 4.2
7     }
8     function test2() {
9         value = 7.9
10     }
11 }