summaryrefslogtreecommitdiffstats
path: root/examples/webengine/minimal/doc/src/minimal.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/webengine/minimal/doc/src/minimal.qdoc')
-rw-r--r--examples/webengine/minimal/doc/src/minimal.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/webengine/minimal/doc/src/minimal.qdoc b/examples/webengine/minimal/doc/src/minimal.qdoc
index 8d12afc7c..4fc62bddb 100644
--- a/examples/webengine/minimal/doc/src/minimal.qdoc
+++ b/examples/webengine/minimal/doc/src/minimal.qdoc
@@ -29,7 +29,7 @@
\example webengine/minimal
\title WebEngine Qt Quick Minimal Example
\ingroup webengine-examples
- \brief Displays a web page using the Qt Quick integration of Qt WebEngine.
+ \brief Displays a web page using the Qt Quick integration of \QWE.
\image minimal-example.png
@@ -52,7 +52,7 @@
In the \c main function we first set the
\l{QCoreApplication::organizationName} property. This affects the locations
- where Qt WebEngine stores persistent and cached data (see also
+ where \QWE stores persistent and cached data (see also
\l{WebEngineProfile::cachePath} and
\l{WebEngineProfile::persistentStoragePath}).