aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlmetaobject/data/method.2.qml
blob: d514955f478f0c0e3c9ddb252cea724f17626f8d (plain)
1
2
3
4
5
import QtQuick 2.0

QtObject {
    function testFunction(foo) { return 19; }
}