1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-11 16:44:05 +02:00

Merge remote branch 'origin' into phonon

This commit is contained in:
Christian Muehlhaeuser
2011-02-27 21:06:49 +01:00

View File

@@ -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();
} }