Skip to content

Commit

Permalink
Doc: Fix \notes in QObject
Browse files Browse the repository at this point in the history
Pick-to: 5.15 6.2
Change-Id: Ic442f56d3fb0c3e073c3cd69f193829958550296
Reviewed-by: Paul Wicking <[email protected]>
  • Loading branch information
ratijas committed Oct 12, 2021
1 parent 9940e48 commit 8718024
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/corelib/kernel/qobject.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2305,7 +2305,7 @@ void QObject::removeEventFilter(QObject *obj)
event loop was still running: the Qt event loop will delete those objects
as soon as the new nested event loop starts.
\b{Note:} It is safe to call this function more than once; when the
\note It is safe to call this function more than once; when the
first deferred deletion event is delivered, any pending events for the
object are removed from the event queue.
Expand Down Expand Up @@ -4184,7 +4184,7 @@ static void dumpRecursive(int level, const QObject *object)
/*!
Dumps a tree of children to the debug output.
\note before Qt 5.9, this function was not const.
\note Before Qt 5.9, this function was not const.
\sa dumpObjectInfo()
*/
Expand All @@ -4198,7 +4198,7 @@ void QObject::dumpObjectTree() const
Dumps information about signal connections, etc. for this object
to the debug output.
\note before Qt 5.9, this function was not const.
\note Before Qt 5.9, this function was not const.
\sa dumpObjectTree()
*/
Expand Down

0 comments on commit 8718024

Please sign in to comment.