summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
diff options
context:
space:
mode:
authorJeremy Katz <jeremy.katz@nokia.com>2012-07-19 03:39:00 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-19 08:43:25 +0200
commitb8e658d16906ac1afdb4d35b3a1cb16a996b69a1 (patch)
treec85a7fb1c13ca2520a2551b49e77e366bb09e5e1 /src/corelib/kernel/qobject.cpp
parent9a805df962bf8af44ef20b8256e258970d37f70f (diff)
fix "No such ..." for QObject::connect(...,functor) doc
Change-Id: Idd1d871b0fde899fdd21ce5aa365e08e2c7bcf45 Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
Diffstat (limited to 'src/corelib/kernel/qobject.cpp')
-rw-r--r--src/corelib/kernel/qobject.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp
index c0bb812904..a3d5c1ed1b 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