summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Tkachenko <me@ratijas.tk>2021-10-11 15:27:51 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-10-13 01:00:18 +0000
commit13ea8bfcc3427b963240eda0a5fb459f163b23a2 (patch)
tree52f47cb0b93ef7a902888b1e01f615b706f04875
parenta96a36a587953abaee64b14ed7aa0d143de47267 (diff)
Doc: Fix \notes in QObject
Change-Id: Ic442f56d3fb0c3e073c3cd69f193829958550296 Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 871802455e75be789cd15de3042f2006c10ada29) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/corelib/kernel/qobject.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp
index d0fccfdadc..427fb55ecd 100644
--- a/src/corelib/kernel/qobject.cpp
+++ b/src/corelib/kernel/qobject.cpp
@@ -2291,7 +2291,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.
@@ -4178,7 +4178,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()
*/
@@ -4192,7 +4192,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()
*/