From b86685795a003e22f3e5a5c6e01f928acb729090 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 16 Oct 2009 02:24:14 +0200 Subject: removed bugged closed tabs and implemented a simple tab switch --- src/mainview.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index db4c455d..4ba65e28 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -89,8 +89,6 @@ public: */ WebView *newWebView(bool focused = true, bool nearParent = false); - KUrl::List recentlyClosedTabs(); - signals: // tab widget signals void tabsChanged(); @@ -158,8 +156,6 @@ private: QString m_loadingGitPath; int m_currentTabIndex; - - KUrl::List m_recentlyClosedTabs; }; #endif // MAINVIEW_H -- cgit v1.2.1