diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2010-01-13 11:01:21 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-01-13 11:01:21 (GMT) |
commit | e60277e8d5934ca9fff8abaf9493a33985ee34c4 (patch) | |
tree | 087f848d84038e85d456efd1aab49584062269bd /src/corelib/kernel/qobject.cpp | |
parent | abd6f1d678757e963909e3202b24e61fb0e865ba (diff) | |
parent | c01c7f59449aa4c1b2edf260ba8fb783ac180f95 (diff) | |
download | Qt-e60277e8d5934ca9fff8abaf9493a33985ee34c4.zip Qt-e60277e8d5934ca9fff8abaf9493a33985ee34c4.tar.gz Qt-e60277e8d5934ca9fff8abaf9493a33985ee34c4.tar.bz2 |
Merge branch '4.6.1' of git@scm.dev.nokia.troll.no:qt/qt-releases into 4.6.1
Diffstat (limited to 'src/corelib/kernel/qobject.cpp')
-rw-r--r-- | src/corelib/kernel/qobject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/kernel/qobject.cpp b/src/corelib/kernel/qobject.cpp index 2a71e88..fc6ac33 100644 --- a/src/corelib/kernel/qobject.cpp +++ b/src/corelib/kernel/qobject.cpp @@ -2456,7 +2456,7 @@ int QObject::receivers(const char *signal) const If you pass the Qt::UniqueConnection \a type, the connection will only be made if it is not a duplicate. If there is already a duplicate (exact same signal to the exact same slot on the same objects), - the connection will fail and connect will return false + the connection will fail and connect will return false. The optional \a type parameter describes the type of connection to establish. In particular, it determines whether a particular |