X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fnetsplit.h;h=a5aa995573d9cb1fbc00a53781191d0e0cd146ab;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hp=0ebb96a1a3ad537f7d79cc78f459eda942274e3f;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/core/netsplit.h b/src/core/netsplit.h index 0ebb96a1..a5aa9955 100644 --- a/src/core/netsplit.h +++ b/src/core/netsplit.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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 * @@ -32,7 +32,7 @@ class Netsplit : public QObject { Q_OBJECT public: - Netsplit(Network *network, QObject *parent = 0); + Netsplit(Network *network, QObject *parent = nullptr); inline Network *network() const { return _network; }