X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fnetsplit.h;h=a5aa995573d9cb1fbc00a53781191d0e0cd146ab;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hp=da6367846987c58d7a01a165074e0dc7bf93640f;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222;p=quassel.git diff --git a/src/core/netsplit.h b/src/core/netsplit.h index da636784..a5aa9955 100644 --- a/src/core/netsplit.h +++ b/src/core/netsplit.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 * @@ -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; }