X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fcoreconnectionstatuswidget.h;h=cec85354de0ca578d06d123b1e49150e6e71fc2a;hb=4e51500401db3c85dbe5e92e5e5c15b6e3c87787;hp=9c701613e7941f2b8de788337731c09d703aa3d7;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;p=quassel.git diff --git a/src/qtui/coreconnectionstatuswidget.h b/src/qtui/coreconnectionstatuswidget.h index 9c701613..cec85354 100644 --- a/src/qtui/coreconnectionstatuswidget.h +++ b/src/qtui/coreconnectionstatuswidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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