diff options
-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) { |