From 3b351d7a17dbfa75dfe8521b9611a98efb34fd6e Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 4 Jul 2010 16:15:50 +0200 Subject: Clean MainView API and fix "Pano's bug" about opening new tabs near current ons --- src/mainview.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mainview.h') diff --git a/src/mainview.h b/src/mainview.h index f0a1982f..2ece6fe4 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -96,10 +96,9 @@ public: * with a webview inside * @param focused decide if you wannna give focus * (or not) to this new tab (default true) - * @param nearParent decide if you wanna create new tab near current or not * @return the webview embedded in the new tab */ - WebTab *newWebTab(bool focused = true, bool nearParent = false); + WebTab *newWebTab(bool focused = true); inline QList recentlyClosedTabs() { return m_recentlyClosedTabs; } -- cgit v1.2.1