diff options
author | lionelc <megabigbug@yahoo.fr> | 2010-09-01 19:32:44 +0200 |
---|---|---|
committer | lionelc <megabigbug@yahoo.fr> | 2010-09-01 19:32:44 +0200 |
commit | 3e527d1d33fc147989942d03ee59497e6f3e42d0 (patch) | |
tree | 5c398b70f754e6c48b5c05e3c50ce5b667930951 /src/search/searchengine.h | |
parent | This should improve adblock retrieving by NOT asking for SSL confirmations (diff) | |
download | rekonq-3e527d1d33fc147989942d03ee59497e6f3e42d0.tar.xz |
big commit: fix fast typing
Diffstat (limited to 'src/search/searchengine.h')
-rw-r--r-- | src/search/searchengine.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/search/searchengine.h b/src/search/searchengine.h index e57b1a5c..aa7d7a8b 100644 --- a/src/search/searchengine.h +++ b/src/search/searchengine.h @@ -47,7 +47,8 @@ public: static KService::List favorites(); static KService::Ptr fromString(QString text); static QString buildQuery(KService::Ptr engine, QString text); - + static QString extractQuery(QString text); + private: static bool m_loaded; static QString m_delimiter; |