aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeconnection/data/connection-unknownsignals-notarget.qml
blob: 8eddf43fe6685d368cc590de44dbf9155aaa793f (plain)
1
2
3
4
5
6
7
import QtQuick 1.0

Item {
    id: screen

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