aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/lazyBindingEvaluation.qml
blob: 2f55ff0709dd09b8cd79c1f93364f123041d857c (plain)
1
2
3
4
5
6
import QtQuick 2.1

LazyBindingComponent
{
    someInt: 5
}