diff options
| author | Tor Arne Vestbø <[email protected]> | 2025-10-29 12:04:49 +0100 |
|---|---|---|
| committer | Tor Arne Vestbø <[email protected]> | 2025-11-01 13:43:56 +0100 |
| commit | d8aa0a61a30886f31823e0e9cf563662b08c5244 (patch) | |
| tree | 017ff5a589d0efa9df1458cf60cc9ab9a09986e9 | |
| parent | 0d2a7a30ab14b0d8eefea30321934683315a35d2 (diff) | |
Pick-to: 6.10 6.8
Change-Id: I638587825d6aa4680467205bff785b5c69aaa8ed
Reviewed-by: Ivan Solovev <[email protected]>
Reviewed-by: Thiago Macieira <[email protected]>
| -rw-r--r-- | src/corelib/kernel/qpermissions.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/corelib/kernel/qpermissions.cpp b/src/corelib/kernel/qpermissions.cpp index 8c95431d01f..bbcea8338ca 100644 --- a/src/corelib/kernel/qpermissions.cpp +++ b/src/corelib/kernel/qpermissions.cpp @@ -132,6 +132,10 @@ Q_LOGGING_CATEGORY(lcPermissions, "qt.permissions", QtWarningMsg); \annotatedlist permissions + \note The available permission types cover core functionality of Qt modules + like Qt Multimedia and Qt Positioning, but do not encompass all platform-specific + permissions. Custom permission types are not currently supported. + \section1 Best Practices To ensure the best possible user experience for the end user we recommend |
