aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/realToInt.qml
blob: a9e7dd2a95193a15b83a7d484727feab2813505c (plain)
1
2
3
4
5
6
7
8
9
10
11
import QtQuick 2.0
import Qt.test 1.0

MyQmlObject {
    function test1() {
        value = 4.2
    }
    function test2() {
        value = 7.9
    }
}