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