summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/MethodsObject.qml
blob: 829d405c3c4a82d2203dbcb4b6b07ae86c048e04 (plain)
1
2
3
4
5
6
import QtQuick 1.0

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