summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSafiyyah Moosa <safiyyah.moosa@qt.io>2023-04-26 15:31:32 +0200
committerSafiyyah Moosa <safiyyah.moosa@qt.io>2023-04-28 21:23:27 +0200
commit3edd7a235dc284dfb66dd0268438a6c1cd9dda3a (patch)
treeae01dfc5b060b8b776a8b28d96721231eb67981b
parent9a4bf55308107fcbe56ae1f3439af1c6409606b7 (diff)
downloadqtactiveqt-3edd7a235dc284dfb66dd0268438a6c1cd9dda3a.tar.gz
Docs: Fix "Can't link to" example warnings
Task-number: QTBUG-113160 Pick-to: 6.5 Change-Id: I9ef083bb4274b75c6c5d3727978eeab19517e9cb Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
-rw-r--r--src/activeqt/doc/src/activeqt-index.qdoc5
-rw-r--r--src/activeqt/doc/src/examples/dotnet.qdoc6
-rw-r--r--src/activeqt/doc/src/qtaxcontainer.qdoc2
3 files changed, 2 insertions, 11 deletions
diff --git a/src/activeqt/doc/src/activeqt-index.qdoc b/src/activeqt/doc/src/activeqt-index.qdoc
index 8383b8b..9cb2b22 100644
--- a/src/activeqt/doc/src/activeqt-index.qdoc
+++ b/src/activeqt/doc/src/activeqt-index.qdoc
@@ -74,14 +74,9 @@
\section1 Examples
\list
- \li \l{Multiple Example (ActiveQt)}
\li \l{Qutlook Example (ActiveQt)}
\li \l{COM App Example (ActiveQt)}
\li \l{Dot Net Example (ActiveQt)}
- \li \l{OpenGL Example (ActiveQt)}
- \li \l{Hierarchy Example (ActiveQt)}
- \li \l{Media Player Example (ActiveQt)}
- \li \l{Menus Example (ActiveQt)}
\li \l{Wrapper Example (ActiveQt)}
\li \l{Simple Example (ActiveQt)}
\endlist
diff --git a/src/activeqt/doc/src/examples/dotnet.qdoc b/src/activeqt/doc/src/examples/dotnet.qdoc
index 7f4451d..87bae23 100644
--- a/src/activeqt/doc/src/examples/dotnet.qdoc
+++ b/src/activeqt/doc/src/examples/dotnet.qdoc
@@ -178,10 +178,8 @@
ActiveQt and demonstrated in the QAxServer examples (e.g., the
\l{activeqt/simple}{Simple} example). The walkthrough will use
the Qt classes implemented in those examples, so the first thing
- to do is to make sure that those examples have been built
- correctly, e.g. by opening the
- \l{qaxserver-demo-multiple.html}{demonstration pages} in Internet
- Explorer to verify that the controls are functional.
+ to do is to make sure that those examples have been built
+ correctly.
\section2 Starting a Project
diff --git a/src/activeqt/doc/src/qtaxcontainer.qdoc b/src/activeqt/doc/src/qtaxcontainer.qdoc
index b359f6b..b139a81 100644
--- a/src/activeqt/doc/src/qtaxcontainer.qdoc
+++ b/src/activeqt/doc/src/qtaxcontainer.qdoc
@@ -136,8 +136,6 @@
object and its subobjects; note that not all of the COM object's APIs
might be available.
- See the \l{activeqt/mediaplayer}{Media Player} example for more information.
-
\section2 Calling Function Through a Script Engine
A Qt application can host any ActiveScript engine installed on the system.