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