blob: 35d9d51ec3697ce93a4398e9db7ed4c82f74700c [file] [log] [blame]
import QtQuick 2.0
import QtRemoteObjects 5.12
import usertypes 1.0
SimpleClockReplica {
property string result: hour // test that the existence of this property doesn't cause issues
node: Node {
registryUrl: "local:test2"
}
}