- Added a rss tab (still not functional)

This commit is contained in:
Arnaud Demaiziere 2007-03-29 15:43:08 +00:00
commit 6c8f0bff13
7 changed files with 245 additions and 5 deletions

View file

@ -156,6 +156,7 @@ 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{