X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainpage.h;h=5ddab334d3a37db1583394c5eb0e431e2c39608d;hp=d8b649b835f6ca377b5aaf01bb5eeeb1e79ea3b0;hb=HEAD;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f diff --git a/src/qtui/mainpage.h b/src/qtui/mainpage.h index d8b649b8..fe17588f 100644 --- a/src/qtui/mainpage.h +++ b/src/qtui/mainpage.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 * @@ -30,15 +30,14 @@ class MainPage : public QWidget Q_OBJECT public: - MainPage(QWidget *parent = nullptr); + MainPage(QWidget* parent = nullptr); private slots: void showCoreConnectionDlg(); void coreConnectionStateChanged(); private: - QPushButton *_connectButton; + QPushButton* _connectButton; }; - #endif