Allow signal parameters which are custom QML object-types
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmllanguage / data / SignalParam.qml
1 import QtQml 2.0
2
3 QtObject {
4     property int testProperty: 42
5 }