From b8e658d16906ac1afdb4d35b3a1cb16a996b69a1 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 19 Jul 2012 03:39:00 +0200 Subject: [PATCH] fix "No such ..." for QObject::connect(...,functor) doc Change-Id: Idd1d871b0fde899fdd21ce5aa365e08e2c7bcf45 Reviewed-by: Olivier Goffart --- src/corelib/kernel/qobject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp index c0bb8129049..a3d5c1ed1b7 100644 --- a/src/corelib/kernel/qobject.cpp +++ b/src/corelib/kernel/qobject.cpp @@ -4101,8 +4101,8 @@ void qDeleteInEventHandler(QObject *o) \threadsafe \overload connect() - Creates a connection of the given \a type from the \a signal in - the \a sender object to the \a functor and returns a handle to the connection + Creates a connection from \a signal in + \a sender object to \a functor, and returns a handle to the connection The signal must be a function declared as a signal in the header. The slot function can be any function or functor that can be connected