aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlexpression/data/expressionFromDataComponent.qml
blob: 1aefdf0c42825909ef3835606b66d916dc422154 (plain)
1
2
3
4
5
6
import QtQuick 2.0
import Test 1.0
TestObject {
    scriptString: { return "success"; }
}