summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/corelib/kernel/qpermissions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qpermissions.cpp b/src/corelib/kernel/qpermissions.cpp
index 4667896f4e..588ad0b132 100644
--- a/src/corelib/kernel/qpermissions.cpp
+++ b/src/corelib/kernel/qpermissions.cpp
@@ -198,7 +198,7 @@ Q_LOGGING_CATEGORY(lcPermissions, "qt.permissions", QtWarningMsg);
\endcode
To inspect the properties of the original, typed permission,
- use the data() function:
+ use the \l {QPermission::}{value()} function:
\code
QLocationPermission locationPermission;