diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-19 11:17:57 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-19 11:17:57 +0200 |
commit | 93ad10ce9a9e1f02f43837edafb83b08cc90f1d4 (patch) | |
tree | 5271144a902ca376111cd1afa5470d7a01342470 /src/urlbar/listitem.h | |
parent | Merge commit 'refs/merge-requests/2244' of git://gitorious.org/rekonq/mainline (diff) | |
download | rekonq-93ad10ce9a9e1f02f43837edafb83b08cc90f1d4.tar.xz |
Implementing a new default engine choice for rekonq
Diffstat (limited to 'src/urlbar/listitem.h')
-rw-r--r-- | src/urlbar/listitem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/urlbar/listitem.h b/src/urlbar/listitem.h index 8a6f520f..a9dc8213 100644 --- a/src/urlbar/listitem.h +++ b/src/urlbar/listitem.h @@ -127,6 +127,7 @@ class EngineBar : public KToolBar public: EngineBar(const QString &text, const QString &selectedEngine, QWidget *parent = 0); + static QString defaultEngine(); void selectNextEngine(); KUrl url() { return m_url; }; |