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