aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickconnection/data/error-property2.qml
blob: 8123afe70790dd48830c8a7e66ff71451585de18 (plain)
1
2
3
4
5
import QtQuick 2.0

Item {
    Connections { onfakeProperty: {} }
}