summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qobject.cpp
diff options
context:
space:
mode:
authorJason McDonald <jason.mcdonald@nokia.com>2010-01-13 11:01:21 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-01-13 11:01:21 (GMT)
commite60277e8d5934ca9fff8abaf9493a33985ee34c4 (patch)
tree087f848d84038e85d456efd1aab49584062269bd /src/corelib/kernel/qobject.cpp
parentabd6f1d678757e963909e3202b24e61fb0e865ba (diff)
parentc01c7f59449aa4c1b2edf260ba8fb783ac180f95 (diff)
downloadQt-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.cpp2
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