aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlqt/data/timeRoundtrip.qml
blob: 9d73640c87230fcf610c5b0064484354766ff69e (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

QtObject {
    Component.onCompleted: {
        var t = tp.time;
        tp.time = t;
    }
}