From aa040a5cd6dff5c31170c6b97b866b56b9b92330 Mon Sep 17 00:00:00 2001 From: zer0day Date: Mon, 10 Nov 2025 14:03:05 +0100 Subject: [PATCH] Get time as attribute of Time singleton --- user/ClockWidget.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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