blob: 26018b578230e71f4371e2e56fd13ee8d7598534 [file] [log] [blame]
import QtQml 2.0
QtObject {
property Component c
property Timer timer
property Connections connections: Connections {}
property Binding binding
}