diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-30 10:21:58 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-30 10:21:58 +0200 |
commit | b4516b0bacb68179eb6f7cbff9c6474ec03cc9ab (patch) | |
tree | ac6ffe5c874627302ddbce6a7dd350e1b6efb0c6 /src/mainview.h | |
parent | a lot fo changes in the history/bookmarks page (restored initial method rewam... (diff) | |
download | rekonq-b4516b0bacb68179eb6f7cbff9c6474ec03cc9ab.tar.xz |
BIG BIG commit
removed:
- last closed tabs feature
- new tab page settings (unuseful, we need something better)
implemented
- new home page layout (needs love)
- new about: protocol to load home page sections
- preview images cache
todo:
- cleaning cache mechanism
- bug fixing
- add/remove to preferred actions
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainview.h b/src/mainview.h index 0d4145f3..548bc0f1 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -73,8 +73,6 @@ public: WebView *currentWebView() const; int webViewIndex(WebView *webView) const; - KUrl::List recentlyClosedTabs(); - /** * show and hide TabBar if user doesn't choose * "Always Show TabBar" option @@ -166,8 +164,6 @@ private: int m_currentTabIndex; - KUrl::List m_recentlyClosedTabs; - QPointer<KPassivePopup> m_previewPopup; int m_currentTabPreview; }; |