X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcoreconnectionstatuswidget.h;h=f07926ed9a087c0910392ee3c3aa543bee616ea0;hp=fd2c10a5e67c821b63ff2a8c84fb08bbb6a31e1a;hb=d5f5ce565bf61a020029f52c16fd3ea4f494d23e;hpb=cba75e911d78fd3250b25c94e4ad1aa1c4207ecf diff --git a/src/qtui/coreconnectionstatuswidget.h b/src/qtui/coreconnectionstatuswidget.h index fd2c10a5..f07926ed 100644 --- a/src/qtui/coreconnectionstatuswidget.h +++ b/src/qtui/coreconnectionstatuswidget.h @@ -25,7 +25,7 @@ #include "ui_coreconnectionstatuswidget.h" -class CoreConnection; +#include "coreconnection.h" class CoreConnectionStatusWidget : public QWidget { Q_OBJECT @@ -37,7 +37,10 @@ public: public slots: void update(); + void updateLag(int msecs); + private slots: + void connectionStateChanged(CoreConnection::ConnectionState); void progressRangeChanged(int min, int max); private: