summaryrefslogtreecommitdiff
path: root/src/searchengine.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2013-04-07 17:42:38 +0200
committerAndrea Diamantini <adjam7@gmail.com>2013-04-07 17:42:38 +0200
commitde678704a0b62e2d6ddf6968f78c145b8e00b749 (patch)
tree56553dc088800f13c086e230737f11a70a74cab7 /src/searchengine.cpp
parentAdd bool info in WebTab about being a web app (diff)
downloadrekonq-de678704a0b62e2d6ddf6968f78c145b8e00b749.tar.xz
Clean up url loading
Diffstat (limited to 'src/searchengine.cpp')
-rw-r--r--src/searchengine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/searchengine.cpp b/src/searchengine.cpp
index 21a9f92d..40e26f42 100644
--- a/src/searchengine.cpp
+++ b/src/searchengine.cpp
@@ -158,6 +158,8 @@ QString SearchEngine::buildQuery(const QString &text)
return query;
}
+
+
QString SearchEngine::buildQuery(KService::Ptr engine, const QString &text)
{
if (!engine)