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

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