fix syntax errors

This commit is contained in:
2025-11-11 23:58:23 +01:00
parent 943036a507
commit 8680c50d2d
3 changed files with 6 additions and 7 deletions

View File

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