Doc: Fixed typo "lamda".
Change-Id: I17a3b324927407b64cabc39a0b90f0ab2e0676be Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Sze Howe Koh <szehowe.koh@gmail.com>
This commit is contained in:
parent
5c3a499c9f
commit
694aae7923
@ -392,7 +392,7 @@
|
|||||||
compatible with the slot's arguments. Arguments can also be implicitly
|
compatible with the slot's arguments. Arguments can also be implicitly
|
||||||
converted by the compiler, if needed.
|
converted by the compiler, if needed.
|
||||||
|
|
||||||
You can also connect to functors or C++11 lamdas:
|
You can also connect to functors or C++11 lambdas:
|
||||||
|
|
||||||
\code
|
\code
|
||||||
connect(sender, &QObject::destroyed, [=](){ this->m_objects.remove(sender); });
|
connect(sender, &QObject::destroyed, [=](){ this->m_objects.remove(sender); });
|
||||||
|
Loading…
Reference in New Issue
Block a user