summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
diff options
context:
space:
mode:
authorSérgio Martins <sergio.martins@kdab.com>2015-11-19 22:48:11 +0000
committerOlivier Goffart (Woboq GmbH) <ogoffart@woboq.com>2015-12-07 10:23:49 +0000
commit4b365cb4463858534f87dc5804bb31423dd7d518 (patch)
tree86b9cfb492a429cba46a1b8fbfebe43a6cadf1c0 /src/corelib/kernel
parentdae77465d1a96d7a6c4fd21e9cd92dc11d5ff68b (diff)
Fix typo in QObject::disconnect() documentation
Change-Id: I65f95c7f22399b9fea65c44b971afc7efbb73d64 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
Diffstat (limited to 'src/corelib/kernel')
-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 c9884cd76c..c316ebc69f 100644
--- a/src/corelib/kernel/qobject.cpp
+++ b/src/corelib/kernel/qobject.cpp
@@ -4822,7 +4822,7 @@ bool QObject::disconnect(const QMetaObject::Connection &connection)
\note It is not possible to use this overload to diconnect signals
connected to functors or lambda expressions. That is because it is not
- possible to compare them. Instead, use the olverload that take a
+ possible to compare them. Instead, use the overload that takes a
QMetaObject::Connection
\sa connect()