Fix typo in QObject::disconnect() documentation

Change-Id: I65f95c7f22399b9fea65c44b971afc7efbb73d64
Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
This commit is contained in:
Sérgio Martins 2015-11-19 22:48:11 +00:00 committed by Olivier Goffart (Woboq GmbH)
parent dae77465d1
commit 4b365cb446

View File

@ -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()