QDBusAdaptors/Doc: fix missing preposition "in" in documentation
Drive-by clarify a bit the text what "it" means, because it's different from the "it" in "its" two words later. Fixes: QTBUG-121875 Pick-to: 6.6 Change-Id: I664b9f014ffc48cbb49bfffd17b0959e7b3495fd Reviewed-by: Ievgenii Meshcheriakov <ievgenii.meshcheriakov@qt.io> (cherry picked from commit 2c51a0bb7b71cba0d085281f7a588f750b06a8e4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
da0620727f
commit
a75d39a986
@ -94,8 +94,8 @@
|
||||
Input-only slots are normal slots that take parameters passed by value or
|
||||
by constant reference. However, unlike asynchronous slots, the caller is
|
||||
usually waiting for completion of the callee before resuming operation.
|
||||
Therefore, non-asynchronous slots should not block or should state it its
|
||||
documentation that they may do so.
|
||||
Therefore, non-asynchronous slots should not block or should explicitly
|
||||
state it will block in its documentation that they may do so.
|
||||
|
||||
Input-only slots have no special marking in their signature, except that
|
||||
they take only parameters passed by value or by constant reference.
|
||||
|
Loading…
x
Reference in New Issue
Block a user