X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fprotocols%2Flegacy%2Flegacypeer.h;h=f9e09541f2d3e9a2ab4c08502114ef19ce50f48d;hp=76ed82dab4ee73d5a4b01af264216795ab164fb1;hb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c diff --git a/src/common/protocols/legacy/legacypeer.h b/src/common/protocols/legacy/legacypeer.h index 76ed82da..f9e09541 100644 --- a/src/common/protocols/legacy/legacypeer.h +++ b/src/common/protocols/legacy/legacypeer.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 * @@ -37,7 +37,7 @@ public: HeartBeatReply }; - LegacyPeer(AuthHandler *authHandler, QTcpSocket *socket, Compressor::CompressionLevel level, QObject *parent = 0); + LegacyPeer(AuthHandler *authHandler, QTcpSocket *socket, Compressor::CompressionLevel level, QObject *parent = nullptr); Protocol::Type protocol() const { return Protocol::LegacyProtocol; } QString protocolName() const { return "the legacy protocol"; }