X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcoreconnectionstatuswidget.h;h=b2754f2fc2f6362e9faee7895d8b620e5eee12ce;hp=a65b1f473574f978a44e9bcc1f70a4f5fb98fa8d;hb=9188f1a4880dc7f4c26612a265c1d874f6df5a8c;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf diff --git a/src/qtui/coreconnectionstatuswidget.h b/src/qtui/coreconnectionstatuswidget.h index a65b1f47..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 = 0); + 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