From f59b52ea590fcef4f76b8691edec542e133c1b78 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Mon, 14 Sep 2009 00:24:08 +0200 Subject: Recently closed tabs: first implementation --- src/mainview.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainview.h') 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 -- cgit v1.2.1