diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-09-02 10:32:09 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-09-02 10:32:09 +0200 |
commit | ad83718d864898600356031acc39ebfe403eeaad (patch) | |
tree | e9b9be2a72aadbca1fba96ab4406b660f66b240c /src/search/searchengine.h | |
parent | fix memory leak when delete current job in opensearchmanager (diff) | |
parent | big commit: fix fast typing (diff) | |
download | rekonq-ad83718d864898600356031acc39ebfe403eeaad.tar.xz |
Merge commit 'refs/merge-requests/195' of git://gitorious.org/rekonq/mainline into m195
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; |