X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreconnection.h;h=a1d6cda05fc9749eca92a33ebf604c8dd3798fb2;hb=6cdf52e028dda9e1f7f5627e21e440e21815e3ab;hp=6a3f37bf9343d6a3eb0267aa1d56d4014d3f2595;hpb=f9f7524c41eb5668f3172cfddaa4d50badcd7fff;p=quassel.git diff --git a/src/client/coreconnection.h b/src/client/coreconnection.h index 6a3f37bf..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); @@ -175,7 +176,7 @@ private: QTimer _reconnectTimer; bool _wantReconnect; - QSet _netsToSync; + QSet _netsToSync; int _numNetsToSync; int _progressMinimum, _progressMaximum, _progressValue; QString _progressText;