X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcommon%2Finternalpeer.h;h=103c47d33b3b7312aacb4c49c08c0b01d5532610;hb=e30092afc1803d753914a7ab9fa88bba818de559;hp=1a52fda70a92a022db0ca02998e745b326375f25;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/common/internalpeer.h b/src/common/internalpeer.h index 1a52fda7..103c47d3 100644 --- a/src/common/internalpeer.h +++ b/src/common/internalpeer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -42,6 +42,7 @@ public: InternalPeer(QObject *parent = 0); virtual ~InternalPeer(); + Protocol::Type protocol() const { return Protocol::InternalProtocol; } QString description() const; SignalProxy *signalProxy() const;