Get time as attribute of Time singleton

This commit is contained in:
2025-11-10 14:03:05 +01:00
parent 2f67e5a612
commit aa040a5cd6

View File

@@ -1,6 +1,5 @@
import QtQuick import QtQuick
Text { Text {
required property string time Time.time
text: time
} }