aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlconnections/data/rewriteError-global.qml
blob: 1d0b557069099230d0b55f422ccaedbbe76d318b (plain)
1
2
3
4
5
6
7
8
import QtQml 2.0
import Test 1.0

TestObject {
    property QtObject connection: Connections {
        onSignalWithGlobalName: { ran = true }
    }
}