From 26c2f2984c42124ecc384915355e05115df77502 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Thu, 20 Aug 2009 18:52:36 +0200 Subject: Added comment --- src/mainview.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/mainview.cpp') 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 -- cgit v1.2.1