]> git.tdb.fi Git - xinema.git/commitdiff
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)
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.


No differences found