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:
Jerome Pasion 2014-08-30 16:50:56 +02:00 committed by Sze Howe Koh
parent 5c3a499c9f
commit 694aae7923

View File

@ -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); });