Commit 6ffdb814 authored by Dominik Charousset's avatar Dominik Charousset

Remove outdated comment

parent 23f6f248
...@@ -91,9 +91,6 @@ void ChatWidget::sendChatMessage() { ...@@ -91,9 +91,6 @@ void ChatWidget::sendChatMessage() {
msg += ": "; msg += ": ";
msg += line.toUtf8().constData(); msg += line.toUtf8().constData();
print("<you>: " + input()->text()); print("<you>: " + input()->text());
// NOTE: we have to use send_as(as_actor(), ...) outside of our
// message handler, because `self` is *not* set properly
// in this context
send_as(as_actor(), m_chatroom, std::move(msg)); send_as(as_actor(), m_chatroom, std::move(msg));
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment