summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/scriptConnect.5.qml
blob: 3ad5cbc95d61c98936d8dd858caf4f0b7c84957e (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt.test 1.0
import Qt 4.6

MyQmlObject { 
    property bool test: false

    id: root

    Component.onCompleted: root.argumentSignal.connect(root, methodNoArgs);
}