X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fprotocols%2Flegacy%2Flegacypeer.h;h=ce960fa468b8fbeda10498d71241f1273c8e34aa;hp=a063616cec74fd66eebb3f1f8311f48c71eee338;hb=0094d9ce512ca2e10500f079c489fc4c45970813;hpb=238fb432360269a5e31075b2a203967078a06231 diff --git a/src/common/protocols/legacy/legacypeer.h b/src/common/protocols/legacy/legacypeer.h index a063616c..ce960fa4 100644 --- a/src/common/protocols/legacy/legacypeer.h +++ b/src/common/protocols/legacy/legacypeer.h @@ -37,7 +37,7 @@ public: HeartBeatReply }; - LegacyPeer(AuthHandler *authHandler, QTcpSocket *socket, QObject *parent = 0); + LegacyPeer(AuthHandler *authHandler, QTcpSocket *socket, Compressor::CompressionLevel level, QObject *parent = 0); Protocol::Type protocol() const { return Protocol::LegacyProtocol; } QString protocolName() const { return "the legacy protocol"; }