summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Griebl <robert.griebl@qt.io>2024-01-09 15:21:31 +0100
committerRobert Griebl <robert.griebl@qt.io>2024-01-09 17:29:32 +0100
commitfc0db8b18ac6718d7f8ebef9e8762a3591b26a63 (patch)
tree0df79bece10516f5eac60dc8736884dc4302c50d
parent4ce172ba98978b0a07663eaa58521d210aa5202f (diff)
Fix qdoc warnings
Change-Id: Ie6db588fb6c98b08de86a01b100c39bc7a46d4ec Pick-to: 6.7 6.6 Reviewed-by: Dominik Holland <dominik.holland@qt.io>
-rw-r--r--doc/qtapplicationmanager-project.qdocconf2
-rw-r--r--examples/applicationmanager/minidesk/doc/src/minidesk.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/qtapplicationmanager-project.qdocconf b/doc/qtapplicationmanager-project.qdocconf
index 42b368ca..84790078 100644
--- a/doc/qtapplicationmanager-project.qdocconf
+++ b/doc/qtapplicationmanager-project.qdocconf
@@ -59,7 +59,7 @@ sourcedirs += \
imagedirs += ../doc/images
exampledirs = ../examples
-depends += qtcore qtquick qtqml qtdoc qtcmake qtwaylandcompositor qtwidgets
+depends += qtcore qtquick qtqml qtdoc qtcmake qtwaylandcompositor qtwidgets qtwebengine
qhp.projects = QtApplicationManager
qhp.QtApplicationManager.file = qtapplicationmanager.qhp
qhp.QtApplicationManager.namespace = org.qt-project.qtapplicationmanager.$QT_VERSION_TAG
diff --git a/examples/applicationmanager/minidesk/doc/src/minidesk.qdoc b/examples/applicationmanager/minidesk/doc/src/minidesk.qdoc
index 86fa9a59..727d8176 100644
--- a/examples/applicationmanager/minidesk/doc/src/minidesk.qdoc
+++ b/examples/applicationmanager/minidesk/doc/src/minidesk.qdoc
@@ -89,7 +89,7 @@ WindowManager. The code that populates the window role of this ListModel is show
now let's focus on what this Repeater's delegate consists of:
\list
- \li The enclosing type is a \l{FocusSope} that allows to track focus changes.
+ \li The enclosing type is a \l{FocusScope} that allows to track focus changes.
\li A mostly transparent \l{Image} that acts as the window decoration (border). A blue border
indicates the focus window, otherwise the border is grey. The location depends on the
\c model.index, hence each application window has a different initial location.