aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/data/qtqmlModule.5.qml
blob: 26018b578230e71f4371e2e56fd13ee8d7598534 (plain)
1
2
3
4
5
6
7
8
import QtQml 2.0

QtObject {
    property Component c
    property Timer timer
    property Connections connections: Connections {}
    property Binding binding
}