aboutsummaryrefslogtreecommitdiffstats
path: root/apps/com.pelagicore.calendar/views/CalendarView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/com.pelagicore.calendar/views/CalendarView.qml')
-rw-r--r--apps/com.pelagicore.calendar/views/CalendarView.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/com.pelagicore.calendar/views/CalendarView.qml b/apps/com.pelagicore.calendar/views/CalendarView.qml
index ffb26690..82eeaf62 100644
--- a/apps/com.pelagicore.calendar/views/CalendarView.qml
+++ b/apps/com.pelagicore.calendar/views/CalendarView.qml
@@ -113,9 +113,9 @@ Item {
translationContext: "CalendarToolsColumn"
model: ListModel {
id: toolsColumnModel
- ListElement { icon: "ic-calendar"; text: QT_TRANSLATE_NOOP("CalendarToolsColumn", "year") }
- ListElement { icon: "ic-calendar"; text: QT_TRANSLATE_NOOP("CalendarToolsColumn", "next") }
- ListElement { icon: "ic-calendar"; text: QT_TRANSLATE_NOOP("CalendarToolsColumn", "events") }
+ ListElement { icon: "ic-calendar"; text: QT_TRANSLATE_NOOP("CalendarToolsColumn", "year"); objectName: "yearViewButton" }
+ ListElement { icon: "ic-calendar"; text: QT_TRANSLATE_NOOP("CalendarToolsColumn", "next"); objectName: "nextViewButton" }
+ ListElement { icon: "ic-calendar"; text: QT_TRANSLATE_NOOP("CalendarToolsColumn", "events"); objectName: "eventsViewButton" }
}
}
}