aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcppcodegen/data/unknownParameter.qml
blob: 3b750c2a6660fc4bc5c145514144402a980490d3 (plain)
1
2
3
4
5
6
7
pragma Strict
import QtQml
import TestTypes

CppBaseClass {
    Component.onCompleted: doCall(null);
}