summaryrefslogtreecommitdiffstats
path: root/views/calendar/qml/View.qml
diff options
context:
space:
mode:
Diffstat (limited to 'views/calendar/qml/View.qml')
-rw-r--r--views/calendar/qml/View.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/views/calendar/qml/View.qml b/views/calendar/qml/View.qml
index 829d04cc..e25baa15 100644
--- a/views/calendar/qml/View.qml
+++ b/views/calendar/qml/View.qml
@@ -30,6 +30,10 @@ RowLayout {
30 property date selectedDate: getFirstDayOfWeek(currentDate) 30 property date selectedDate: getFirstDayOfWeek(currentDate)
31 property bool autoUpdateDate: true 31 property bool autoUpdateDate: true
32 32
33 onSelectedDateChanged: {
34 console.log("Selected date changed", selectedDate)
35 }
36
33 Timer { 37 Timer {
34 running: autoUpdateDate 38 running: autoUpdateDate
35 interval: 2000; repeat: true 39 interval: 2000; repeat: true