X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fpeer.h;h=79204b4f9996a33b2e4cf312ef1eed2f7e1c3caf;hp=b9dfed1612d4c1ff38a2b190b398d4356233f915;hb=e3fd10043d24f875937fe82c9b5406e9ae93abd7;hpb=d367542ce54ed86fd3c8dbdbbf8210fc9a19a882 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;