diff options
author | David Boddie <dboddie@trolltech.com> | 2009-09-09 14:55:13 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-09-09 16:03:08 (GMT) |
commit | a77cc371917f7cda40e823b530693d38b85e666b (patch) | |
tree | 12bafcb0c1068f7593e06cc33c1a27e1dac9c6e1 /src/3rdparty | |
parent | e5bb1e69a0c3165f92edebf9152dfd41bdab712f (diff) | |
download | Qt-a77cc371917f7cda40e823b530693d38b85e666b.zip Qt-a77cc371917f7cda40e823b530693d38b85e666b.tar.gz Qt-a77cc371917f7cda40e823b530693d38b85e666b.tar.bz2 |
Doc: Note that Netscape plugins are only available on desktop platforms.
Reviewed-by: Takumi Asaki
Also-applied-as: 3f257dcf8c8ca812d60d4a6a4c2cd2da96bba526
Diffstat (limited to 'src/3rdparty')
-rw-r--r-- | src/3rdparty/webkit/WebKit/qt/docs/qtwebkit.qdoc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/src/3rdparty/webkit/WebKit/qt/docs/qtwebkit.qdoc b/src/3rdparty/webkit/WebKit/qt/docs/qtwebkit.qdoc index 06305e0..6ad2183 100644 --- a/src/3rdparty/webkit/WebKit/qt/docs/qtwebkit.qdoc +++ b/src/3rdparty/webkit/WebKit/qt/docs/qtwebkit.qdoc @@ -94,14 +94,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 - binary files for those plugins installed. + 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 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 |