diff options
| author | Andrea Diamantini <adjam7@gmail.com> | 2009-08-01 02:11:06 +0200 | 
|---|---|---|
| committer | Andrea Diamantini <adjam7@gmail.com> | 2009-08-01 02:11:06 +0200 | 
| commit | ffd10bbca1d3db85c95956911c2c08af840e6cc1 (patch) | |
| tree | 13fabb7a1d92633a179b312612786256d58bff98 | |
| parent | Some string changes and various fixes (diff) | |
| download | rekonq-ffd10bbca1d3db85c95956911c2c08af840e6cc1.tar.xz | |
Some comments updated
| -rw-r--r-- | src/webpage.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/webpage.cpp b/src/webpage.cpp index 11d17a6e..fc0d585e 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -127,7 +127,6 @@ WebPage *WebPage::newWindow(WebWindowType type)      // added to manage web modal dialogs      if (type == QWebPage::WebModalDialog)      { -        // FIXME : need a "real" implementation..          kDebug() << "Modal Dialog ---------------------------------------";      } @@ -136,6 +135,7 @@ WebPage *WebPage::newWindow(WebWindowType type)  } +// FIXME: dear slot, you need to handle unsupported content a bit better..  void WebPage::slotHandleUnsupportedContent(QNetworkReply *reply)  { | 
