Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Q{Calendar,Contact}Permission: invert default state of isReadOnly
The QLocationPermission properties default to the least-intrusive capabilities: Availability::WhenInUse (not: Always) and Accuracy::Approximate (not: Precise). Logically, QCalendar- and ContactPermission's readOnly property should then default to read-only access, not read-write. Orthogonally to this change of default value, it might make sense to invert the name of the property, too: isReadWrite() or hasWriteAccess(). Pick-to: 6.5 Change-Id: I9359c82051b1a6735feca8b2f06b9891acef650f Reviewed-by: Tor Arne Vestbø <[email protected]>
- Loading branch information