X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fremotepeer.cpp;h=36c56bae283e89b707d27fb4c6d963445886c53f;hb=6718d7a1ccd42d7aae75e57d6974e0b1e0384044;hp=e25cbb3f2c102f652b0d9d6de31bae4c9748d96c;hpb=53861faa5551606eea31588b65ba501b24fb2e1a;p=quassel.git diff --git a/src/common/remotepeer.cpp b/src/common/remotepeer.cpp index e25cbb3f..36c56bae 100644 --- a/src/common/remotepeer.cpp +++ b/src/common/remotepeer.cpp @@ -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 * @@ -214,7 +214,6 @@ void RemotePeer::onReadyRead() processMessage(msg); - if (SignalProxy::current()) SignalProxy::current()->setSourcePeer(nullptr); }