summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlparser/missingSignal.qml
blob: fd489cadbce039bde0b32e8339fc96450fbaf2e8 (plain)
1
2
3
4
5
import Test 1.0
import Qt 4.6
Object {
    onClicked: print("Hello world!")
}