diff options
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index 74fff11b..c0d8591a 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -359,7 +359,7 @@ WebView *MainView::newTab() connect(urlBar, SIGNAL(activated(const KUrl&)), Application::instance(), SLOT(loadUrl(const KUrl&))); m_urlBars->addUrlBar(urlBar); - WebView *webView = new WebView; // should be deleted on tab close + WebView *webView = new WebView; // should be deleted on tab close? // connecting webview with urlbar connect(webView, SIGNAL(loadProgress(int)), urlBar, SLOT(slotUpdateProgress(int))); |