X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fcoreconnectdlg.h;h=6471ae98a6f4400f5257e75703db113925c14f6c;hp=5d34d2a8ad6db6ad952a48304057b9d9fafc59b6;hb=158443f71d48215eea8b47b836b61afd77654b78;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce diff --git a/src/qtui/coreconnectdlg.h b/src/qtui/coreconnectdlg.h index 5d34d2a8..6471ae98 100644 --- a/src/qtui/coreconnectdlg.h +++ b/src/qtui/coreconnectdlg.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,11 +15,11 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #ifndef CORECONNECTDLG_H -#define CORECONNECTDLG_H_ +#define CORECONNECTDLG_H #include @@ -34,10 +34,10 @@ class CoreConnectDlg : public QDialog Q_OBJECT public: - CoreConnectDlg(QWidget *parent = 0); + CoreConnectDlg(QWidget *parent = nullptr); AccountId selectedAccount() const; - void accept(); + void accept() override; private: CoreAccountSettingsPage *_settingsPage; @@ -49,9 +49,9 @@ class CoreConnectAuthDlg : public QDialog Q_OBJECT public: - CoreConnectAuthDlg(CoreAccount *account, QWidget *parent = 0); + CoreConnectAuthDlg(CoreAccount *account, QWidget *parent = nullptr); - void accept(); + void accept() override; private slots: void setButtonStates();