diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-03-12 05:51:58 +0100 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-03-25 09:27:25 +0200 |
commit | aa154a00c29dc5ab9cf07f933cae5cee32614bed (patch) | |
tree | d8a185e7c2688ad0377c7da107c229fa4dc60042 /src/webtab.h | |
parent | Safe one bool check :D (diff) | |
download | rekonq-aa154a00c29dc5ab9cf07f933cae5cee32614bed.tar.xz |
Check if user has a default search engine set and eventually
show a messagewidget to inform and let him set it.
REVIEW:104290
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/webtab.h b/src/webtab.h index 257f7380..92ae2eb5 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -104,6 +104,8 @@ private Q_SLOTS: void showMessageBar(); void loadFinished(); + + void showSearchEngineBar(); private: KUrl extractOpensearchUrl(QWebElement e); |