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

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