summaryrefslogtreecommitdiffstats
path: root/examples/interfaceframework/qface-climate/doc
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2021-10-26 15:49:29 +0200
committerDominik Holland <dominik.holland@qt.io>2021-11-03 11:04:14 +0100
commit33d628b6f8014187545eb0ce1b835d6fa21a0fd0 (patch)
tree6d17d96944968612378a194d48ada5b4312f0df1 /examples/interfaceframework/qface-climate/doc
parentcf788844e7e082d4b5b1c6e1beaf556be61e56cd (diff)
Fix qdoc warnings
Pick-to: 6.2 Change-Id: Ia6054f0eff24e52709395d4c4c273b123455d89f Reviewed-by: Robert Griebl <robert.griebl@qt.io>
Diffstat (limited to 'examples/interfaceframework/qface-climate/doc')
-rw-r--r--examples/interfaceframework/qface-climate/doc/src/qface-climate.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/interfaceframework/qface-climate/doc/src/qface-climate.qdoc b/examples/interfaceframework/qface-climate/doc/src/qface-climate.qdoc
index cac8f585..c045ddc2 100644
--- a/examples/interfaceframework/qface-climate/doc/src/qface-climate.qdoc
+++ b/examples/interfaceframework/qface-climate/doc/src/qface-climate.qdoc
@@ -214,7 +214,7 @@ implementation of our module and its interface.
In this case, we use the \c frontend template, that generates a class derived from
\c {QIfAbstractZonedFeature} including all the specified properties. The generated library uses
the \l {Dynamic Backend System} from QtInterfaceFramework, providing an easy way to change the behavior
-implementations. For more details, see \l {Backend Simulator Plugin}.
+implementations. For more details, see \l {Back End Simulator Plugin}.
To call the autogenerator for our shared library, it needs to be integrated into the build system.