X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Finternalpeer.h;h=d63332cfae36be9a0bbf319564c7c83cda868941;hp=97499bd7d249d193ac2dae23d11a70f5d6bc0eba;hb=b06a827aea68b050bf23c37e0162189a94595ee9;hpb=b65b9f7615165e8700a44d59b7275a55558dd45b diff --git a/src/common/internalpeer.h b/src/common/internalpeer.h index 97499bd7..d63332cf 100644 --- a/src/common/internalpeer.h +++ b/src/common/internalpeer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 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;