Fix typo in QObject::disconnect() documentation
Change-Id: I65f95c7f22399b9fea65c44b971afc7efbb73d64 Reviewed-by: Olivier Goffart (Woboq GmbH) <ogoffart@woboq.com>
This commit is contained in:
parent
dae77465d1
commit
4b365cb446
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user