X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Faboutdlg.h;h=9d04f5adf3b5a2e670b22f68473ed2394c812a30;hb=HEAD;hp=9a4eeddc58c40054fe4a608a8eb85899605a2556;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;p=quassel.git diff --git a/src/qtui/aboutdlg.h b/src/qtui/aboutdlg.h index 9a4eeddc..9d04f5ad 100644 --- a/src/qtui/aboutdlg.h +++ b/src/qtui/aboutdlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2022 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 = nullptr); + AboutDlg(QWidget* parent = nullptr); private: Ui::AboutDlg ui; @@ -42,8 +42,7 @@ private: QString contributors() const; QString thanksTo() const; - AboutData *_aboutData; + AboutData* _aboutData; }; - #endif