X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Finternalpeer.cpp;h=b724dc01ff5b6f22344d9392576c2696a2c2bba6;hb=2e8eab59dd72e37a740d16d9484502d077aef64d;hp=a5e50051a006311616a7e574cb3c6c59042cb1c2;hpb=9d54503555534a2c554f09a33df6afa33d6308ec;p=quassel.git diff --git a/src/common/internalpeer.cpp b/src/common/internalpeer.cpp index a5e50051..b724dc01 100644 --- a/src/common/internalpeer.cpp +++ b/src/common/internalpeer.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 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 * @@ -58,6 +58,15 @@ QString InternalPeer::description() const return tr("internal connection"); } +QString InternalPeer::address() const +{ + return tr("internal connection"); +} + +quint16 InternalPeer::port() const +{ + return 0; +} bool InternalPeer::isOpen() const {