[pim/itinerary/release/26.08] 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 4e11d8dc6c1649d296ba19c176230610a498d72d by Volker Krause.
Committed on 26/07/2026 at 16:15.
Pushed by vkrause into branch 'release/26.08'.

Fix wrongly namespaced enum use in calendar permission check

(cherry picked from commit ed3d42088fb88007d41335c460af36c7e7858ef4)

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

https://invent.kde.org/pim/itinerary/-/commit/4e11d8dc6c1649d296ba19c176230610a498d72d

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.