mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
* Actually count bytes in m_received.
This commit is contained in:
@@ -95,6 +95,7 @@ BufferIODevice::addData( int block, const QByteArray& ba )
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
m_received += ba.count();
|
||||||
emit bytesWritten( ba.count() );
|
emit bytesWritten( ba.count() );
|
||||||
emit readyRead();
|
emit readyRead();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user