diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-09-14 00:24:08 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-09-14 18:36:48 +0200 |
commit | f59b52ea590fcef4f76b8691edec542e133c1b78 (patch) | |
tree | 6c391fbe808860d9f08256c081d97a4b18c6b624 /src/mainview.h | |
parent | Fixing a bit examples, positions, links and so on.. (diff) | |
download | rekonq-f59b52ea590fcef4f76b8691edec542e133c1b78.tar.xz |
Recently closed tabs: first implementation
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainview.h b/src/mainview.h index c59cca1a..ba79d9f8 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -71,6 +71,8 @@ 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 @@ -158,6 +160,8 @@ private: QString m_loadingGitPath; int m_currentTabIndex; + + KUrl::List m_recentlyClosedTabs; }; #endif // MAINVIEW_H |