diff options
author | Domrachev Alexandr <alexandr.domrachev@gmail.com> | 2009-09-13 21:52:45 +0400 |
---|---|---|
committer | Domrachev Alexandr <alexandr.domrachev@gmail.com> | 2009-09-13 21:52:45 +0400 |
commit | 15fa02f9fe0c2043ba229b7a8e265e8b74dd1410 (patch) | |
tree | 38564f66fe23ddba40aff62a91466c3d5bf577cc /src/mainview.h | |
parent | Bugfix: when trying to open link in new tab & network request fails (no (diff) | |
download | rekonq-15fa02f9fe0c2043ba229b7a8e265e8b74dd1410.tar.xz |
Open links in new tab located near currently active tab
Diffstat (limited to 'src/mainview.h')
-rw-r--r-- | src/mainview.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainview.h b/src/mainview.h index c59cca1a..4eb1d4bd 100644 --- a/src/mainview.h +++ b/src/mainview.h @@ -84,9 +84,10 @@ 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 */ - WebView *newWebView(bool focused = true); + WebView *newWebView(bool focused = true, bool nearParent = false); signals: // tab widget signals |