X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Finternalpeer.cpp;h=b724dc01ff5b6f22344d9392576c2696a2c2bba6;hp=14008398e08e408e8a4560fbac6745d7a33cbac4;hb=16f22647e6890d3eb8c3e94f7a0700e12fa29e44;hpb=e50ae7a06fc4e5d3a911c361d30953410deab609 diff --git a/src/common/internalpeer.cpp b/src/common/internalpeer.cpp index 14008398..b724dc01 100644 --- a/src/common/internalpeer.cpp +++ b/src/common/internalpeer.cpp @@ -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 * @@ -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 {