]> git.tdb.fi Git - xinema.git/commit
Fix a bug in receiving data from the server
authorMikko Rasa <tdb@tdb.fi>
Sat, 17 Oct 2015 10:54:09 +0000 (13:54 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 17 Oct 2015 10:54:09 +0000 (13:54 +0300)
commit5bb8258cd0c2a5600bc90ac9f7dc06b4746a16f9
tree2d329fcfbde77d17d2c2eff337e9b5a98f6eb412
parent5649d49616296df01f821e03a064c6966561bc99
Fix a bug in receiving data from the server

QIODevice::readyRead is edge-triggered, not level-triggered.  Thus it
can't be relied on to be triggered again if only part of the available
data is read.
remote/source/xinemacontrol.cpp