diff options
Diffstat (limited to 'src/corelib/kernel/qobject.cpp')
| -rw-r--r-- | src/corelib/kernel/qobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
