X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Finternalpeer.cpp;h=b724dc01ff5b6f22344d9392576c2696a2c2bba6;hb=9f5158eab420977b42d8fc6b98d2eb0de66cbaa4;hp=90bde5b68a82aea139f40d47bd8d9c8fb14a97f4;hpb=64cf9f9b8a737dad5f29447805d4004cfd03c454;p=quassel.git diff --git a/src/common/internalpeer.cpp b/src/common/internalpeer.cpp index 90bde5b6..b724dc01 100644 --- a/src/common/internalpeer.cpp +++ b/src/common/internalpeer.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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 {