diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2009-03-31 02:02:47 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-03-31 02:02:47 +0200 | 
| commit | 1a8dee308d05455e05c4fcc617f4e7a9acea998a (patch) | |
| tree | 30d865fef2060a6551b2151af9260437afe3540c | |
| parent | Rewritten acceptNavigationRequest code (diff) | |
| download | rekonq-1a8dee308d05455e05c4fcc617f4e7a9acea998a.tar.xz | |
removed FIXME
| -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 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.."; | 
