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