summaryrefslogtreecommitdiffstats
path: root/examples/widgets
diff options
context:
space:
mode:
authorTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-26 23:46:37 +0200
committerTor Arne Vestbø <tor.arne.vestbo@qt.io>2023-06-27 17:39:23 +0200
commit71f156fff07f6c876941096134f6ee4ac90a9309 (patch)
treea9e7713a31735c6fd2ee0d7900f571b8c927f58b /examples/widgets
parent821c404ef2846129cc1020a83a80b0a183a1d3ac (diff)
Fix qdoc link warnings after moving a few examples to manual tests
Pick-to: 6.5 6.6 Change-Id: I81a6e9d52e858c3f733d4c527c70408772813b56 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'examples/widgets')
-rw-r--r--examples/widgets/doc/src/plugandpaint.qdoc3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/widgets/doc/src/plugandpaint.qdoc b/examples/widgets/doc/src/plugandpaint.qdoc
index 2ee08311f2..09af21666a 100644
--- a/examples/widgets/doc/src/plugandpaint.qdoc
+++ b/examples/widgets/doc/src/plugandpaint.qdoc
@@ -116,8 +116,7 @@
\section1 The MainWindow Class
The \c MainWindow class is a standard QMainWindow subclass, as
- found in many of the other examples (e.g.,
- \l{mainwindows/application}{Application}). Here, we'll
+ found in many of the other examples. Here, we'll
concentrate on the parts of the code that are related to plugins.
\snippet tools/plugandpaint/app/mainwindow.cpp 4