[doc] QPermission: some fixes
- QPermission_s_ -> QPermission - add a comma to make a text piece clearer Pick-to: 6.5 Change-Id: I08469cca9a05b08772d101fdab4eccd6b9cfcab8 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>bb10
parent
1e790fb4db
commit
cc236d5e0c
|
|
@ -187,7 +187,7 @@ Q_LOGGING_CATEGORY(lcPermissions, "qt.permissions", QtWarningMsg);
|
|||
\endcode
|
||||
|
||||
When requesting permissions, the given functor will
|
||||
be passed an instance of a QPermissions, which can be used
|
||||
be passed an instance of a QPermission, which can be used
|
||||
to check the result of the request:
|
||||
|
||||
\code
|
||||
|
|
@ -197,7 +197,7 @@ Q_LOGGING_CATEGORY(lcPermissions, "qt.permissions", QtWarningMsg);
|
|||
});
|
||||
\endcode
|
||||
|
||||
To inspect the properties of the original typed permission,
|
||||
To inspect the properties of the original, typed permission,
|
||||
use the data() function:
|
||||
|
||||
\code
|
||||
|
|
|
|||
Loading…
Reference in New Issue