import QtQuick 2.0 import Test 1.0 TestObject { property QtObject connection: Connections { onUnnamedArgumentSignal: { ran = true } } }