doc: Fix QObject::connect documentation
authorOlivier Goffart <ogoffart@woboq.com>
Thu, 12 Apr 2012 20:46:01 +0000 (22:46 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 13 Apr 2012 16:15:26 +0000 (18:15 +0200)
commit5a8c13a7d4420cabf0fadbed6f8cae07162a32d8
tree817448a47cc7cfabcbb55960520300a457498638
parent84caba25d8cc0b7a050abc4d60393fbb3ec73391
doc: Fix QObject::connect documentation

Unfortunately, qdoc is too simple to understand any pointer to member
function syntax.
(the ::* token is not even tokenized. And even if it was, it would be a
difficult way to hack that into the parser. (there is already an ugly
workaround for non-member pointer to function hat works by having '(*'
as a token,but the same hack is not possible for pointer to member function))
So I just put verbatim 'PointerToMemberFunction'

Also remove the obsolete mention that Qt::UniqueConnection is not supported
in that overload. It is now. (And it even contradicts the previous
paragraph)

Change-Id: I8fc9544808c9a462b0f11ccea406e2e33dee15b1
Reviewed-by: Geir Vattekar <geir.vattekar@nokia.com>
Reviewed-by: Casper van Donderen <casper.vandonderen@nokia.com>
src/corelib/kernel/qobject.cpp
src/corelib/kernel/qobject.h
src/corelib/kernel/qobjectdefs.h