import QtQml 2.0

TestObject {
    Component.onCompleted: {
        increment()
    }
}

