summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeconnection/data/connection-unknownsignals-notarget.qml
blob: 09e78122b7b7e592050d6489c877e5c3e3280690 (plain)
1
2
3
4
5
6
7
import Qt 4.7

Item {
    id: screen

    Connections { objectName: "connections"; target: null; onNotFooBar: {} }
}