diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-20 18:52:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-20 18:52:36 +0200 |
commit | 26c2f2984c42124ecc384915355e05115df77502 (patch) | |
tree | 717c17231c7026baf894a909672e1a038bff5ae6 | |
parent | This commit siplifies winId management and let our webviews to not detect (diff) | |
download | rekonq-26c2f2984c42124ecc384915355e05115df77502.tar.xz |
Added comment
-rw-r--r-- | src/mainview.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index b8d063b8..efabf0f1 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -367,6 +367,10 @@ WebView *MainView::webView(int index) const } +// FIXME (0.3 target, after OneUrlBar). Divide in 2 functions: +// 1. the slot void newTab() to create a "new empty focused tab" +// 2. the public method WebView *newWebView() to just create a new webview +// without working with the focus and loading an url WebView *MainView::newTab(bool focused) { // line edit |