X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Finternalpeer.h;h=55cfeae664e5d604eb094b884b2d9c1241906c61;hb=f2e4560b71a1888599ca2153eee36a9b4136c902;hp=d63332cfae36be9a0bbf319564c7c83cda868941;hpb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;p=quassel.git diff --git a/src/common/internalpeer.h b/src/common/internalpeer.h index d63332cf..55cfeae6 100644 --- a/src/common/internalpeer.h +++ b/src/common/internalpeer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -45,6 +45,9 @@ public: Protocol::Type protocol() const { return Protocol::InternalProtocol; } QString description() const; + virtual QString address() const; + virtual quint16 port() const; + SignalProxy *signalProxy() const; void setSignalProxy(SignalProxy *proxy);