From: Flavio Date: Mon, 7 Feb 2011 16:49:37 +0000 (+0100) Subject: Demo stuff X-Git-Tag: 1.4~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c2bf619e0c53b099b3cd08e997a050c5ac1f04a1;p=minitube Demo stuff --- diff --git a/src/downloaditem.cpp b/src/downloaditem.cpp index f37f7c2..f70624b 100644 --- a/src/downloaditem.cpp +++ b/src/downloaditem.cpp @@ -187,7 +187,7 @@ void DownloadItem::downloadProgress(qint64 bytesReceived, qint64 bytesTotal) { if (m_status != Downloading) { int neededBytes = (int) (bytesTotal * .01); - qDebug() << bytesReceived << bytesTotal << neededBytes << m_downloadTime.elapsed(); + // qDebug() << bytesReceived << bytesTotal << neededBytes << m_downloadTime.elapsed(); int bufferSize = initialBufferSize(); if (bytesReceived > bufferSize && bytesReceived > neededBytes