aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeconnection/data/error-property.qml
blob: 677af152ce97f851eddb7ddd8fd327ef8ef2a3a9 (plain)
1
2
3
4
5
import QtQuick 1.0

Item {
    Connections { fakeProperty: {} }
}