mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Fixing compiling with Qt 4.3
This commit is contained in:
parent
cf8dbf22f8
commit
f809b8a014
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ void SearchEngine::downloadFinished(int exitcode, QProcess::ExitStatus) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
qDebug("Deleting downloadProcess");
|
qDebug("Deleting downloadProcess");
|
||||||
downloaders.removeOne(downloadProcess);
|
downloaders.removeAll(downloadProcess);
|
||||||
delete downloadProcess;
|
delete downloadProcess;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue