diff options
Diffstat (limited to 'src/courtroom.cpp')
| -rw-r--r-- | src/courtroom.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/courtroom.cpp b/src/courtroom.cpp index 30d226e1..4581c2a2 100644 --- a/src/courtroom.cpp +++ b/src/courtroom.cpp @@ -1807,7 +1807,7 @@ void Courtroom::on_chat_return_pressed() ui_ic_chat_message->blockSignals(true); QTimer::singleShot(ao_app->get_chat_ratelimit(), this, - [=] { ui_ic_chat_message->blockSignals(false); }); + [this] { ui_ic_chat_message->blockSignals(false); }); // MS# // deskmod# // pre-emote# |
