fix "No such ..." for QObject::connect(...,functor) doc

Change-Id: Idd1d871b0fde899fdd21ce5aa365e08e2c7bcf45
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
Jeremy Katz 2012-07-19 03:39:00 +02:00 committed by Qt by Nokia
parent 9a805df962
commit b8e658d169

View File

@ -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