fix "No such ..." for QObject::connect(...,functor) doc
authorJeremy Katz <jeremy.katz@nokia.com>
Thu, 19 Jul 2012 01:39:00 +0000 (03:39 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 19 Jul 2012 06:43:25 +0000 (08:43 +0200)
Change-Id: Idd1d871b0fde899fdd21ce5aa365e08e2c7bcf45
Reviewed-by: Olivier Goffart <ogoffart@woboq.com>
src/corelib/kernel/qobject.cpp

index c0bb812..a3d5c1e 100644 (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