X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.h;h=a1d6cda05fc9749eca92a33ebf604c8dd3798fb2;hb=541013790cdbd0c32d81debf8f42ac6b5183a4aa;hp=a06a810123f4044323237dbfa29ed4c67fcceb5c;hpb=d9f4d3f0eabd3767b4d25438319116f77c158c52;p=quassel.git diff --git a/src/client/coreconnection.h b/src/client/coreconnection.h index a06a8101..a1d6cda0 100644 --- a/src/client/coreconnection.h +++ b/src/client/coreconnection.h @@ -84,6 +84,7 @@ signals: void stateChanged(CoreConnection::ConnectionState); void encrypted(bool isEncrypted = true); void synchronized(); + void lagUpdated(int msecs); void connectionError(const QString &errorMsg); void connectionErrorPopup(const QString &errorMsg);