aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/MethodsObject.qml
blob: eaca0a7f92d6d207b679180d89409d49537c19fa (plain)
1
2
3
4
5
6
import QtQuick 2.0

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