Chore: Proper Lambda Formatting (#2167)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -45,8 +45,9 @@ IrcConnection::IrcConnection(QObject *parent)
|
||||
}
|
||||
});
|
||||
|
||||
QObject::connect(this, &Communi::IrcConnection::connected, this,
|
||||
[this] { this->waitingForPong_ = false; });
|
||||
QObject::connect(this, &Communi::IrcConnection::connected, this, [this] {
|
||||
this->waitingForPong_ = false;
|
||||
});
|
||||
|
||||
QObject::connect(this, &Communi::IrcConnection::pongMessageReceived,
|
||||
[this](Communi::IrcPongMessage *message) {
|
||||
|
||||
Reference in New Issue
Block a user