X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcoreconnectionstatuswidget.h;h=db88e1f155b740e7986b4455ffcfaa70db639961;hp=e204b9c2c33a913b4ac544ef8af063d297642e0f;hb=52209badc8e769e50aa3019b63689dda0e79e9d0;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/qtui/coreconnectionstatuswidget.h b/src/qtui/coreconnectionstatuswidget.h index e204b9c2..db88e1f1 100644 --- a/src/qtui/coreconnectionstatuswidget.h +++ b/src/qtui/coreconnectionstatuswidget.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2019 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 = 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