diff --git a/user/ClockWidget.qml b/user/ClockWidget.qml index b656b8f..da612bb 100644 --- a/user/ClockWidget.qml +++ b/user/ClockWidget.qml @@ -1,6 +1,5 @@ import QtQuick Text { - required property string time - text: time + Time.time } \ No newline at end of file