1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 23:07:59 +00:00

- Fixing compiling with Qt 4.3

This commit is contained in:
Christophe Dumez 2009-06-21 15:04:46 +00:00
parent cf8dbf22f8
commit f809b8a014

View File

@ -306,7 +306,7 @@ void SearchEngine::downloadFinished(int exitcode, QProcess::ExitStatus) {
}
}
qDebug("Deleting downloadProcess");
downloaders.removeOne(downloadProcess);
downloaders.removeAll(downloadProcess);
delete downloadProcess;
}