summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qpermissions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qpermissions.cpp')
-rw-r--r--src/corelib/kernel/qpermissions.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/corelib/kernel/qpermissions.cpp b/src/corelib/kernel/qpermissions.cpp
index ef22861866e..c5062860ea1 100644
--- a/src/corelib/kernel/qpermissions.cpp
+++ b/src/corelib/kernel/qpermissions.cpp
@@ -243,8 +243,8 @@ Q_LOGGING_CATEGORY(lcPermissions, "qt.permissions", QtWarningMsg);
You do not need to construct this type explicitly, as the type is automatically
used when checking or requesting permissions.
- This constructor participates in overload resolution only if \c T is one of
- the \l{typed permission} classes:
+ \constraints
+ \c T is one of the \l{typed permission} classes:
\annotatedlist permissions
*/
@@ -257,8 +257,8 @@ Q_LOGGING_CATEGORY(lcPermissions, "qt.permissions", QtWarningMsg);
Use type() for dynamically choosing which typed permission to request.
- This function participates in overload resolution only if \c T is one of
- the \l{typed permission} classes:
+ \constraints
+ \c T is one of the \l{typed permission} classes:
\annotatedlist permissions
*/