aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickconnection/data/connection-unknownsignals.qml
blob: ad8d4d91a8aad2c0cfbafb95ea6eb2ba794fe100 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

Item {
    id: screen

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