1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 04:51:53 +02:00

* Should fix atEnd() implementation of BufferIODevice.

This commit is contained in:
Christian Muehlhaeuser 2011-02-27 20:18:07 +01:00
parent aa8bb15310
commit c0777198d1

View File

@ -69,6 +69,7 @@ BufferIODevice::inputComplete( const QString& errmsg )
{
qDebug() << Q_FUNC_INFO;
setErrorString( errmsg );
m_size = m_pos;
emit readChannelFinished();
}