fix "No such ..." for QObject::connect(...,functor) doc
Change-Id: Idd1d871b0fde899fdd21ce5aa365e08e2c7bcf45 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
This commit is contained in:
parent
9a805df962
commit
b8e658d169
@ -4101,8 +4101,8 @@ void qDeleteInEventHandler(QObject *o)
|
|||||||
\threadsafe
|
\threadsafe
|
||||||
\overload connect()
|
\overload connect()
|
||||||
|
|
||||||
Creates a connection of the given \a type from the \a signal in
|
Creates a connection from \a signal in
|
||||||
the \a sender object to the \a functor and returns a handle to the connection
|
\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 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
|
The slot function can be any function or functor that can be connected
|
||||||
|
Loading…
x
Reference in New Issue
Block a user