X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fpeer.h;h=79204b4f9996a33b2e4cf312ef1eed2f7e1c3caf;hb=e30092afc1803d753914a7ab9fa88bba818de559;hp=b9dfed1612d4c1ff38a2b190b398d4356233f915;hpb=4988547cbb3c35016872a4ed8dbcc1376473ad80;p=quassel.git diff --git a/src/common/peer.h b/src/common/peer.h index b9dfed16..79204b4f 100644 --- a/src/common/peer.h +++ b/src/common/peer.h @@ -22,6 +22,7 @@ #define PEER_H #include +#include #include #include "authhandler.h" @@ -35,6 +36,7 @@ class Peer : public QObject public: Peer(AuthHandler *authHandler, QObject *parent = 0); + virtual Protocol::Type protocol() const = 0; virtual QString description() const = 0; virtual SignalProxy *signalProxy() const = 0;