diff options
| author | Jonathan Bauer | 2011-03-16 01:27:05 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2011-03-16 01:27:05 +0100 |
| commit | 482114936f3f0ee773b0fb5bd2d114787b47235d (patch) | |
| tree | 82f945a7f85aaedab66b65bfa218690112b1f505 /src | |
| parent | removed fbgui.conf from ./src (diff) | |
| download | fbgui-482114936f3f0ee773b0fb5bd2d114787b47235d.tar.gz fbgui-482114936f3f0ee773b0fb5bd2d114787b47235d.tar.xz fbgui-482114936f3f0ee773b0fb5bd2d114787b47235d.zip | |
-test code
Diffstat (limited to 'src')
| -rw-r--r-- | src/downloadManager.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/downloadManager.cpp b/src/downloadManager.cpp index 25f012a..239bbea 100644 --- a/src/downloadManager.cpp +++ b/src/downloadManager.cpp @@ -101,9 +101,7 @@ void downloadManager::startNextDownload() void downloadManager::processMetaInfo(){ const QByteArray cltag = "Content-Length"; QByteArray clinfo = currentDownload->rawHeader(cltag); - qDebug() << "feel spammy?"; if (!infoSent){ - if (debug) qDebug() << "MetaChanged: " << outfile.fileName() << ""; QFileInfo fi(outfile); emit downloadInfo(outfile.fileName(), clinfo.toDouble()); infoSent = true; @@ -112,8 +110,6 @@ void downloadManager::processMetaInfo(){ // ---------------------------------------------------------------------------------------- void downloadManager::downloadReady() { - /* Send file information */ - /* Data ready, save it */ outfile.write(currentDownload->readAll()); } |
