diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp index e2c73d58ab..5374a8296a 100644 --- a/src/corelib/kernel/qobject.cpp +++ b/src/corelib/kernel/qobject.cpp @@ -4859,7 +4859,7 @@ QDebug operator<<(QDebug dbg, const QObject *o) \relates QObject \since 6.7 - Defining this macro will the overload of QObject::connect() that + Defining this macro will disable the overload of QObject::connect() that connects a signal to a functor, without also specifying a QObject as a receiver/context object (that is, the 3-arguments overload of QObject::connect()).