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

QtObject {
    property int data: 1

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