mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 17:35:00 -06:00
- Fixing compiling with Qt 4.3
This commit is contained in:
@@ -269,7 +269,7 @@ void SearchEngine::downloadFinished(int exitcode, QProcess::ExitStatus) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
qDebug("Deleting downloadProcess");
|
qDebug("Deleting downloadProcess");
|
||||||
downloaders.removeOne(downloadProcess);
|
downloaders.removeAll(downloadProcess);
|
||||||
delete downloadProcess;
|
delete downloadProcess;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user