X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsimplenetworkeditor.h;h=72c9349e2da22f3f4068671b30f0e77647455ba7;hp=5db021f3530a1c9f12b42ada1f63756d503ee334;hb=158443f71d48215eea8b47b836b61afd77654b78;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/qtui/simplenetworkeditor.h b/src/qtui/simplenetworkeditor.h index 5db021f3..72c9349e 100644 --- a/src/qtui/simplenetworkeditor.h +++ b/src/qtui/simplenetworkeditor.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 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 * @@ -30,7 +30,7 @@ class SimpleNetworkEditor : public QWidget Q_OBJECT public: - SimpleNetworkEditor(QWidget *parent = 0); + SimpleNetworkEditor(QWidget *parent = nullptr); void displayNetworkInfo(const NetworkInfo &networkInfo); void saveToNetworkInfo(NetworkInfo &networkInfo);