diff options
author | David Boddie <dboddie@trolltech.com> | 2009-09-09 11:36:01 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-09-09 15:54:31 (GMT) |
commit | 0526af468da67769a3e07cd69459e9fb080ec54f (patch) | |
tree | 335dd493315705e9c2b1800925f4930864d66a92 /src/3rdparty/webkit/WebKit | |
parent | ea6c2a63fc0cdb452c7ed7ccfc8bab9cc1ef52f7 (diff) | |
download | Qt-0526af468da67769a3e07cd69459e9fb080ec54f.zip Qt-0526af468da67769a3e07cd69459e9fb080ec54f.tar.gz Qt-0526af468da67769a3e07cd69459e9fb080ec54f.tar.bz2 |
Doc: Note that Netscape plugins are only available on desktop platforms.
Reviewed-by: Takumi Asaki
Will-also-be-applied-to: 4.5
Diffstat (limited to 'src/3rdparty/webkit/WebKit')
-rw-r--r-- | src/3rdparty/webkit/WebKit/qt/docs/qtwebkit.qdoc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/docs/qtwebkit.qdoc b/src/3rdparty/webkit/WebKit/qt/docs/qtwebkit.qdoc index e3c904b..09dfae5 100644 --- a/src/3rdparty/webkit/WebKit/qt/docs/qtwebkit.qdoc +++ b/src/3rdparty/webkit/WebKit/qt/docs/qtwebkit.qdoc @@ -139,15 +139,18 @@ \section1 Netscape Plugin Support + \note Netscape plugin support is only available on desktop platforms. + Since WebKit supports the Netscape Plugin API, Qt applications can display - Web pages that embed common plugins, as long as the user has the appropriate + Web pages that embed common plugins on platforms for which those plugins + are available. To enable plugin support, the user must have the appropriate binary files for those plugins installed and the \l{QWebSettings::PluginsEnabled} - attribute is enabled for the application. + attribute must be enabled for the application. The following locations are searched for plugins: \table - \header \o Linux/Unix \o Windows + \header \o Linux/Unix (X11) \o Windows \row \o{1,3} \list \o \c{.mozilla/plugins} in the user's home directory |