aboutsummaryrefslogtreecommitdiffstats
path: root/Components
diff options
context:
space:
mode:
authorAurelian R <arusanu@gmail.com>2026-05-12 13:01:40 +0300
committerAurelian R <arusanu@gmail.com>2026-05-12 13:01:40 +0300
commit182691ef411c3218fb82e444af4032ef45e47c71 (patch)
treed38851a36e181f1127aea738c03dd8d22bc86121 /Components
parent9a0d8aaf18c6683af011d7bd005c30466a1e24d8 (diff)
downloadmga-coffee-182691ef411c3218fb82e444af4032ef45e47c71.tar
mga-coffee-182691ef411c3218fb82e444af4032ef45e47c71.tar.gz
mga-coffee-182691ef411c3218fb82e444af4032ef45e47c71.tar.bz2
mga-coffee-182691ef411c3218fb82e444af4032ef45e47c71.tar.xz
mga-coffee-182691ef411c3218fb82e444af4032ef45e47c71.zip
Diffstat (limited to 'Components')
-rw-r--r--Components/Clock.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Components/Clock.qml b/Components/Clock.qml
index a9c4286..f03d0bf 100644
--- a/Components/Clock.qml
+++ b/Components/Clock.qml
@@ -22,7 +22,7 @@
*
***************************************************************************/
-import QtQuick 2.15
+import QtQuick 2.0
Column {
id: container
@@ -54,7 +54,7 @@ Column {
color: container.color
- text : Qt.formatDate(container.dateTime, Locale.LongFormat)
+ text : Qt.formatDate(container.dateTime, Qt.DefaultLocaleLongDate)
font.pointSize: 24
}