From 4dcff4ed6d24e6aa061e145bb9de9ff93351a2b1 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Thu, 6 Feb 2025 11:28:11 +0100 Subject: doc: Fix broken links and incorrect information ReadOnly was used in places where ReadWrite was the correct value. Pick-to: 6.8 6.9 Change-Id: I26a2f0de55665ac015fe269e8e5f0d23a2f00e5f Reviewed-by: Marc Mutz --- src/corelib/kernel/qobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/corelib/kernel/qobject.cpp') diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp index 707c12ae0fd..e2446c83d26 100644 --- a/src/corelib/kernel/qobject.cpp +++ b/src/corelib/kernel/qobject.cpp @@ -655,7 +655,7 @@ QMetaCallEvent* QMetaCallEvent::create_impl(QtPrivate::SlotObjUniquePtr slotObj, \reentrant QSignalBlocker can be used wherever you would otherwise use a - pair of calls to blockSignals(). It blocks signals in its + pair of calls to QObject::blockSignals(). It blocks signals in its constructor and in the destructor it resets the state to what it was before the constructor ran. -- cgit v1.2.3