summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-06-09 13:23:59 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-06-09 13:23:59 (GMT)
commitd367ee08d1a07f1a30665b77ec11acec96e65a65 (patch)
tree91c425f9d4fecf579be1057e281bd543688f09c1 /src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp
parenta825991ad68f4b999b3063db05e3cdb73fbee834 (diff)
downloadQt-d367ee08d1a07f1a30665b77ec11acec96e65a65.zip
Qt-d367ee08d1a07f1a30665b77ec11acec96e65a65.tar.gz
Qt-d367ee08d1a07f1a30665b77ec11acec96e65a65.tar.bz2
Doc: Fixed QWebPage::forwardUnsupportedContent documentation and added
more information about Web plugins. Reviewed-by: Trust Me
Diffstat (limited to 'src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp')
-rw-r--r--src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp b/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp
index 01b68eb..77add54 100644
--- a/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp
+++ b/src/3rdparty/webkit/WebKit/qt/Api/qwebpage.cpp
@@ -1986,10 +1986,12 @@ bool QWebPage::isContentEditable() const
/*!
\property QWebPage::forwardUnsupportedContent
- \brief whether QWebPage should forward unsupported content through the
- unsupportedContent signal
+ \brief whether QWebPage should forward unsupported content
- If disabled the download of such content is aborted immediately.
+ If enabled, the unsupportedContent() signal is emitted with a network reply that
+ can be used to read the content.
+
+ If disabled, the download of such content is aborted immediately.
By default unsupported content is not forwarded.
*/