[pim/itinerary] src/app: Fix wrongly namespaced enum use in calendar permission check

Volker Krause <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit ed3d42088fb88007d41335c460af36c7e7858ef4 by Volker Krause.
Committed on 24/07/2026 at 20:29.
Pushed by vkrause into branch 'master'.

Fix wrongly namespaced enum use in calendar permission check

M  +1    -1    src/app/ActionsCard.qml

https://invent.kde.org/pim/itinerary/-/commit/ed3d42088fb88007d41335c460af36c7e7858ef4

diff --git a/src/app/ActionsCard.qml b/src/app/ActionsCard.qml
index e12dc5d4f..5fab0e985 100644
--- a/src/app/ActionsCard.qml
+++ b/src/app/ActionsCard.qml
@@ -91,7 +91,7 @@ ColumnLayout {
 
     CalendarPermission {
         id: calendarPermission
-        accessMode: QtCore.CalendarPermission.ReadWrite
+        accessMode: CalendarPermission.ReadWrite
         onStatusChanged: {
             if (status === Qt.PermissionStatus.Granted) {
                     calendarSelector.initAndOpen();
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.