summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-12-15 12:05:55 +0100
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-12-19 19:41:28 +0100
commite02dc31fbf3ae460bea2aea068ccc969d6e852fc (patch)
tree4739322963c852adf7bf82bea8c62c635181520e /src/corelib/kernel
parent7fac2fac9a512cef2d5cdefd9837d76f8be7de05 (diff)
Tweak QObject::deleteLater() documentation a bit
The Qt 4.8 reference is not relevant. And mentioning that calling the function more than once is safe, or why that is, is strange, as users should still treat the object as something that will go away soon. Pick-to: 6.7 Change-Id: Icf24aa8ffe079e35351006dd77063df48a596fab Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r--src/corelib/kernel/qobject.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp
index 3a5921628a..7154664a0b 100644
--- a/src/corelib/kernel/qobject.cpp
+++ b/src/corelib/kernel/qobject.cpp
@@ -2428,10 +2428,6 @@ void QObject::removeEventFilter(QObject *obj)
);
\endcode
- \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.
-
\sa destroyed(), QPointer
*/
void QObject::deleteLater()