summaryrefslogtreecommitdiff
path: root/src/searchengine.cpp
diff options
context:
space:
mode:
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++;