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

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