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

Item {
    id: screen

    Connections { objectName: "connections"; target: screen; onFooBar: {} }
}