aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeconnection/data/error-property.qml
blob: a602479783fc558e5e5d3b3e1b90c72c53153e02 (plain)
1
2
3
4
5
import QtQuick 2.0

Item {
    Connections { fakeProperty: {} }
}