summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-03-31 02:02:47 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-03-31 02:02:47 +0200
commit1a8dee308d05455e05c4fcc617f4e7a9acea998a (patch)
tree30d865fef2060a6551b2151af9260437afe3540c
parentRewritten acceptNavigationRequest code (diff)
downloadrekonq-1a8dee308d05455e05c4fcc617f4e7a9acea998a.tar.xz
removed FIXME
-rw-r--r--src/webview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp
index 0e9a3c9d..7096d850 100644
--- a/src/webview.cpp
+++ b/src/webview.cpp
@@ -74,7 +74,6 @@ MainWindow *WebPage::mainWindow()
}
-// FIXME load links (target _blank) in new tabs!!
bool WebPage::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationType type)
{
kWarning() << "Accepting Navigation Request..";