From 591b4c3cb201c3d405f4a0a168c65bfe83325c0c Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Wed, 15 Feb 2012 16:54:55 +0100 Subject: New History Manager, NO MORE QWebHistoryInterface based. We are just saving datas on our own, I don't like QtWebKit APIs to do it. We now call addHistoryEntry(url, title) on loadFinished. Data structure will remain the same as usual, but I think API is better and data are now saved when we really have them ready. REVIEW:104257 --- src/webtab.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/webtab.h') diff --git a/src/webtab.h b/src/webtab.h index b0c849ef..257f7380 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -72,6 +72,7 @@ public: } KUrl url(); + void createPreviewSelectorBar(int index); void hideSelectorBar(); @@ -79,6 +80,7 @@ public: bool hasRSSInfo(); bool isPageLoading(); + bool hasNewSearchEngine(); KParts::ReadOnlyPart *part() @@ -101,6 +103,7 @@ private Q_SLOTS: void openSearchEngineAdded(); void showMessageBar(); + void loadFinished(); private: KUrl extractOpensearchUrl(QWebElement e); -- cgit v1.2.1