X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fremotepeer.h;h=191439ef2b402df9c2352e36cd64b93a79aeab49;hb=bb584446aa5e60086ec3a7d14069681f3cfb17fa;hp=14d49f94ba98e12cf9dcebe99d573ac2e9e00afb;hpb=676141b18a54c4aa34d4831b9d054d8d63ba21b1;p=quassel.git diff --git a/src/common/remotepeer.h b/src/common/remotepeer.h index 14d49f94..191439ef 100644 --- a/src/common/remotepeer.h +++ b/src/common/remotepeer.h @@ -42,11 +42,12 @@ public: using Peer::dispatch; RemotePeer(AuthHandler *authHandler, QTcpSocket *socket, QObject *parent = 0); - virtual ~RemotePeer() {}; void setSignalProxy(SignalProxy *proxy); - QString description() const; + virtual Protocol::Type protocol() const = 0; + virtual QString description() const; + virtual quint16 enabledFeatures() const { return 0; } bool isOpen() const; bool isSecure() const;