summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeconnection/data/error-property2.qml
blob: 127e58e65796c373b084bcbbf91292783ea546a9 (plain)
1
2
3
4
5
import QtQuick 1.0

Item {
    Connections { onfakeProperty: {} }
}