aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/OtherSignalParam.qml
blob: 5707f5e08bd1b8e8fab3c5c73b9fc20d36318a83 (plain)
1
2
3
4
5
6
import QtQml 2.0

QtObject {
    property string testProperty: "Hello, World"
    property int answer: 42
}