- fixed torrent files filtering (closes #158846)

This commit is contained in:
Christophe Dumez
2007-11-06 20:57:36 +00:00
parent 6ae21c2919
commit edc625c9c9
4 changed files with 6 additions and 8 deletions

View File

@@ -708,6 +708,7 @@ void bittorrent::loadTorrentSpeedLimits(QString hash) {
// Read pieces priorities from .priorities file
// and ask QTorrentHandle to consider them
void bittorrent::loadFilesPriorities(QTorrentHandle &h) {
qDebug("Applying pieces priorities");
if(!h.is_valid()) {
qDebug("/!\\ Error: Invalid handle");
return;