rss : download icon fix, don't work so i commented it

This commit is contained in:
Arnaud Demaiziere 2007-04-15 12:05:14 +00:00
parent 79a3d2e81b
commit 1a553b00b0
3 changed files with 79 additions and 39 deletions

View file

@ -156,7 +156,6 @@ class downloadThread : public QThread {
curl_easy_cleanup(curl);
// Close tmp file
fclose(file);
qDebug("##### chemin "+filePath.toUtf8());
emit downloadFinished(url, filePath, return_code, QString(errorBuffer));
qDebug("In Download thread RUN, signal emitted, ErrorBuffer: %s", errorBuffer);
}else{