X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.h;h=d215f145928218f216868517951c54102de44d2c;hb=4e51500401db3c85dbe5e92e5e5c15b6e3c87787;hp=d54df8c9532c0ee8bde2122cd18521bdaf6785b8;hpb=eaa1bd30bc088e5cae6d8a742d7aedb3d8ff1897;p=quassel.git diff --git a/src/qtui/aboutdlg.h b/src/qtui/aboutdlg.h index d54df8c9..d215f145 100644 --- a/src/qtui/aboutdlg.h +++ b/src/qtui/aboutdlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 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 * @@ -32,7 +32,7 @@ class AboutDlg : public QDialog Q_OBJECT public: - AboutDlg(QWidget *parent = 0); + AboutDlg(QWidget* parent = nullptr); private: Ui::AboutDlg ui; @@ -42,8 +42,7 @@ private: QString contributors() const; QString thanksTo() const; - AboutData *_aboutData; + AboutData* _aboutData; }; - #endif