X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsimplenetworkeditor.h;h=72c9349e2da22f3f4068671b30f0e77647455ba7;hp=4c19ee24c4c6fe5cfa0c5ed7c9b74d4cdcd33026;hb=158443f71d48215eea8b47b836b61afd77654b78;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c diff --git a/src/qtui/simplenetworkeditor.h b/src/qtui/simplenetworkeditor.h index 4c19ee24..72c9349e 100644 --- a/src/qtui/simplenetworkeditor.h +++ b/src/qtui/simplenetworkeditor.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 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);