X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fircconnectionwizard.h;h=1db66ccbc78fa4cfdf465825994628b2b9d4a764;hb=4e51500401db3c85dbe5e92e5e5c15b6e3c87787;hp=7214d30d48c829820ffca415659e5bb1e50b51cf;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/qtui/ircconnectionwizard.h b/src/qtui/ircconnectionwizard.h index 7214d30d..1db66ccb 100644 --- a/src/qtui/ircconnectionwizard.h +++ b/src/qtui/ircconnectionwizard.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -30,7 +30,7 @@ class IrcConnectionWizard : public QWizard Q_OBJECT public: - IrcConnectionWizard(QWidget* parent = nullptr, Qt::WindowFlags flags = nullptr); + IrcConnectionWizard(QWidget* parent = nullptr, Qt::WindowFlags flags = {}); static QWizardPage* createIntroductionPage(QWidget* parent = nullptr);