From 5c9d820aeb3b8931908be279d85b4c0b2bacef1a Mon Sep 17 00:00:00 2001 From: Giuseppe D'Angelo Date: Sun, 25 Jun 2023 11:48:54 +0200 Subject: [PATCH] QT_NO_CONTEXTLESS_CONNECT: docs tidies Missing verb from sentence... Change-Id: If0afbe3cb7197ec620a61e0b90e379592b581d74 Reviewed-by: Thiago Macieira --- src/corelib/kernel/qobject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()).