diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-04-10 18:57:01 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-04-10 18:57:01 +0200 |
commit | 6d37e632d445b51f5321b4138dcd1fce0cae30f9 (patch) | |
tree | 0802d82262600af121d1e522bb2dfe926e661b4f /src/webview.cpp | |
parent | Ported to rekonq coding style (diff) | |
download | rekonq-6d37e632d445b51f5321b4138dcd1fce0cae30f9.tar.xz |
Fixed webview API
Removed some unuseful comments
Diffstat (limited to 'src/webview.cpp')
-rw-r--r-- | src/webview.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index f0df89db..89647694 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -316,7 +316,6 @@ void WebView::wheelEvent(QWheelEvent *event) void WebView::openLinkInNewTab() { m_page->m_openInNewTab = true; - kWarning() << "NO panic..."; pageAction(QWebPage::OpenLinkInNewWindow)->trigger(); } |