From cd0f7e0a883472b3183320b43bab0e04c07d4aaf Mon Sep 17 00:00:00 2001 From: megabigbug Date: Sat, 17 Oct 2009 14:04:09 +0200 Subject: reintroduce and fix recently closed tab feature --- src/mainview.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index 4ba65e28..8c993a63 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -89,6 +89,8 @@ public: */ WebView *newWebView(bool focused = true, bool nearParent = false); + KUrl::List recentlyClosedTabs(); + signals: // tab widget signals void tabsChanged(); @@ -154,8 +156,10 @@ private: TabBar *m_tabBar; QString m_loadingGitPath; - + int m_currentTabIndex; + + KUrl::List m_recentlyClosedTabs; }; #endif // MAINVIEW_H -- cgit v1.2.1