diff options
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 3 |
1 files changed, 1 insertions, 2 deletions
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<HistoryItem> recentlyClosedTabs() { return m_recentlyClosedTabs; } |