summaryrefslogtreecommitdiff
path: root/src/searchengine.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-08-03 01:26:03 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-12-10 02:48:04 +0100
commit91c709932f8d49323f2834dcfb501fade27a8f6e (patch)
tree028467de1682a3748607e2b2a037456c2f6c7917 /src/searchengine.cpp
parentRemoved (FOR NOW) open search feature (diff)
downloadrekonq-91c709932f8d49323f2834dcfb501fade27a8f6e.tar.xz
Clean up url suggestions loading
Diffstat (limited to 'src/searchengine.cpp')
-rw-r--r--src/searchengine.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/searchengine.cpp b/src/searchengine.cpp
index 9f0dd847..742e9bc1 100644
--- a/src/searchengine.cpp
+++ b/src/searchengine.cpp
@@ -131,6 +131,7 @@ KService::Ptr SearchEngine::fromString(const QString &text)
{
service = providers.at(i);
found = true;
+ break;
}
}
i++;