Handle the readyRead() signal in RemotePeer instead of LegacyPeer
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 23 Jan 2014 00:05:29 +0000 (01:05 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 23 Jan 2014 00:54:49 +0000 (01:54 +0100)
That way, the RemotePeer subclasses don't all need to connect to the
signal themselves; also, we can make sure in a central place that
socket data is processed even the socket was handed over to the peer
with unhandled data still in its buffer.

Instead of handling the signal directly, RemotePeer subclasses need
to implement the onSocketDataAvailable() method.


No differences found