summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/MethodsObject.qml
blob: e9a41ed59a4645f6c97a20917240345b88f26d92 (plain)
1
2
3
4
5
6
import Qt 4.7

QtObject {
    function testFunction() { return 19; }
    function testFunction2() { return 18; }
}