summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndre de la Rocha <andre.rocha@qt.io>2017-11-02 18:15:47 +0100
committerAndre de la Rocha <andre.rocha@qt.io>2017-11-03 12:04:07 +0000
commite92a1ce71a355a620b809317778c5d8208906d9c (patch)
tree8b0c7bb7819855f353bf801ab4bf2ac02fdc1f8c /src
parentdef6c3c3e263d06a39b2370a122f080f24df26f9 (diff)
Remove deprecated Web Browser example from ActiveQt
The Web Browser example is obsolete, since it demonstrates embedding the long-deprecated Internet Explorer control, which is unable to display any modern web site, including qt.io. Task-number: QTBUG-60636 Change-Id: I63f3c25474fb202740a4c067d74f921d2d8dd2cd Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/activeqt/doc/src/activeqt-index.qdoc1
-rw-r--r--src/activeqt/doc/src/qtaxcontainer.qdoc2
2 files changed, 0 insertions, 3 deletions
diff --git a/src/activeqt/doc/src/activeqt-index.qdoc b/src/activeqt/doc/src/activeqt-index.qdoc
index 2fba3ea..75f51f8 100644
--- a/src/activeqt/doc/src/activeqt-index.qdoc
+++ b/src/activeqt/doc/src/activeqt-index.qdoc
@@ -109,6 +109,5 @@
\li \l{Menus Example (ActiveQt)}
\li \l{Wrapper Example (ActiveQt)}
\li \l{Simple Example (ActiveQt)}
- \li \l{Web Browser Example (ActiveQt)}
\endlist
*/
diff --git a/src/activeqt/doc/src/qtaxcontainer.qdoc b/src/activeqt/doc/src/qtaxcontainer.qdoc
index 7d79372..264c0b2 100644
--- a/src/activeqt/doc/src/qtaxcontainer.qdoc
+++ b/src/activeqt/doc/src/qtaxcontainer.qdoc
@@ -199,8 +199,6 @@
object and its subobjects; note that not all of the COM object's APIs
might be available.
- See the \l{activeqt/webbrowser}{Webbrowser} example for more information.
-
\section2 Calling Function Through a Script Engine
A Qt application can host any ActiveScript engine installed on the system.