summaryrefslogtreecommitdiff
path: root/src/webtab.h
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-02-15 16:54:55 +0100
committerAndrea Diamantini <adjam7@gmail.com>2012-03-18 06:44:33 +0100
commit591b4c3cb201c3d405f4a0a168c65bfe83325c0c (patch)
tree42027d42ceda96ead0711388e23908e1dd7c8d36 /src/webtab.h
parentfixuifiles (diff)
downloadrekonq-591b4c3cb201c3d405f4a0a168c65bfe83325c0c.tar.xz
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
Diffstat (limited to 'src/webtab.h')
-rw-r--r--src/webtab.h3
1 files changed, 3 insertions, 0 deletions
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);