X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fircconnectionwizard.h;h=1db66ccbc78fa4cfdf465825994628b2b9d4a764;hp=7214d30d48c829820ffca415659e5bb1e50b51cf;hb=a700bd999215313b075ced5a1e3ba4ea8917fbbc;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003 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);