aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativev4/data/qrealToIntRounding.qml
blob: f961910f1584ae5b198d9a59a637cf34af11fbdc (plain)
1
2
3
4
5
6
7
8
9
10
import QtQuick 1.0

QtObject {
    property int data: 1

    property int test1: 6.6 + data
    property int test2: 6.2 + data
    property int test3: 6 + data
}