From 99786cdf17632e49820edf155faec15b500289a0 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 21 Jun 2009 15:04:17 +0000 Subject: [PATCH] - Fixing compiling with Qt 4.3 --- src/searchEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/searchEngine.cpp b/src/searchEngine.cpp index e18ccd1dc..36db50dfc 100644 --- a/src/searchEngine.cpp +++ b/src/searchEngine.cpp @@ -269,7 +269,7 @@ void SearchEngine::downloadFinished(int exitcode, QProcess::ExitStatus) { } } qDebug("Deleting downloadProcess"); - downloaders.removeOne(downloadProcess); + downloaders.removeAll(downloadProcess); delete downloadProcess; }