mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-04 05:07:27 +02:00
* Should fix atEnd() implementation of BufferIODevice.
This commit is contained in:
@@ -69,6 +69,7 @@ BufferIODevice::inputComplete( const QString& errmsg )
|
|||||||
{
|
{
|
||||||
qDebug() << Q_FUNC_INFO;
|
qDebug() << Q_FUNC_INFO;
|
||||||
setErrorString( errmsg );
|
setErrorString( errmsg );
|
||||||
|
m_size = m_pos;
|
||||||
emit readChannelFinished();
|
emit readChannelFinished();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user