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

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