X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fprotocols%2Flegacy%2Flegacypeer.h;fp=src%2Fcommon%2Fprotocols%2Flegacy%2Flegacypeer.h;h=a4c7a490b87aaea78a11d1679713d1b125a72341;hp=5aeafcae136037b8d06ac2ae2c6b2857f284c8dc;hb=2e9855c688c827b2159fbb548bf816de360e3ae3;hpb=208ccb6d91ebb3c26a67c35c11411ba3ab27708a diff --git a/src/common/protocols/legacy/legacypeer.h b/src/common/protocols/legacy/legacypeer.h index 5aeafcae..a4c7a490 100644 --- a/src/common/protocols/legacy/legacypeer.h +++ b/src/common/protocols/legacy/legacypeer.h @@ -44,6 +44,7 @@ public: LegacyPeer(AuthHandler *authHandler, QTcpSocket *socket, QObject *parent = 0); Protocol::Type protocol() const { return Protocol::LegacyProtocol; } + QString protocolName() const { return "the legacy protocol"; } void setSignalProxy(SignalProxy *proxy);