X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fcoreconnectionstatuswidget.h;h=b2754f2fc2f6362e9faee7895d8b620e5eee12ce;hb=b8ce41ef6c0036d854f5bef0fb52e2a69dc5def2;hp=9c701613e7941f2b8de788337731c09d703aa3d7;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;p=quassel.git diff --git a/src/qtui/coreconnectionstatuswidget.h b/src/qtui/coreconnectionstatuswidget.h index 9c701613..b2754f2f 100644 --- a/src/qtui/coreconnectionstatuswidget.h +++ b/src/qtui/coreconnectionstatuswidget.h @@ -23,18 +23,18 @@ #include -#include "ui_coreconnectionstatuswidget.h" - #include "coreconnection.h" +#include "ui_coreconnectionstatuswidget.h" + class CoreConnectionStatusWidget : public QWidget { Q_OBJECT public: - CoreConnectionStatusWidget(CoreConnection *connection, QWidget *parent = nullptr); + CoreConnectionStatusWidget(CoreConnection* connection, QWidget* parent = nullptr); - inline CoreConnection *coreConnection() const { return _coreConnection; } + inline CoreConnection* coreConnection() const { return _coreConnection; } public slots: void update(); @@ -47,8 +47,7 @@ private slots: private: Ui::CoreConnectionStatusWidget ui; - CoreConnection *_coreConnection; + CoreConnection* _coreConnection; }; - -#endif // CORECONNECTIONSTATUSWIDGET_H +#endif // CORECONNECTIONSTATUSWIDGET_H