summaryrefslogtreecommitdiff
path: root/src/plugins/qmlprofiler/tests/Test.qml
blob: e0fc79d1da5e35bd30432a8061d3b3eb95fadade (plain)
1
2
3
4
5
6
7
import QtQml 2.0

QtObject {
    property int dings: 12 + 12 + 12
    property string no: "nonono"
    objectName: { return no + Math.random(); }
}