X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fremotepeer.cpp;h=bc9f9d0197d21c0342afb2a65f18cfeddfc2b27e;hp=e25cbb3f2c102f652b0d9d6de31bae4c9748d96c;hb=a65f42197839da536975b3e2858eedcef420035f;hpb=53861faa5551606eea31588b65ba501b24fb2e1a diff --git a/src/common/remotepeer.cpp b/src/common/remotepeer.cpp index e25cbb3f..bc9f9d01 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-2019 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); }