From ca88e015f36d8f729e612e9a70c1b0ed65f0731d Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 1 May 2009 02:53:23 +0200 Subject: Open tabs in brackground. Step 1 --- src/mainview.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index ca233872..faa43be9 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -74,6 +74,7 @@ public: WebView *currentWebView() const { return webView(currentIndex()); } int webViewIndex(WebView *webView) const { return indexOf(webView); } KAction *recentlyClosedTabsAction() const { return m_recentlyClosedTabsAction; } + void setMakeTabCurrent( bool b) { makeTabCurrent = b; } /** * show and hide TabBar if user doesn't choose @@ -189,6 +190,8 @@ private: TabBar *m_tabBar; QString m_loadingGitPath; + + bool makeTabCurrent; }; #endif -- cgit v1.2.1