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