From ffd10bbca1d3db85c95956911c2c08af840e6cc1 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sat, 1 Aug 2009 02:11:06 +0200 Subject: Some comments updated --- src/webpage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webpage.cpp') 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) { -- cgit v1.2.1