X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Faboutdlg.h;h=f1c9744f466959ab4679d11c7b9f76ecd491f349;hb=d46e1e86c9869996285ac3f88970cf0e9e23e128;hp=5c0b1ea5b0f5f7be66bf0a5dab84f026f31ec608;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;p=quassel.git diff --git a/src/qtui/aboutdlg.h b/src/qtui/aboutdlg.h index 5c0b1ea5..f1c9744f 100644 --- a/src/qtui/aboutdlg.h +++ b/src/qtui/aboutdlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 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 * @@ -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