aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2019-05-10 15:26:48 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2019-05-13 11:16:54 +0000
commit95dd760fd77567e6809713bc87dd2830e42c4061 (patch)
treef7d03097e1bb699ea4d535bf0314e310cd9cc3ca
parent6429e872494925508bcf84f3d3b2f3f821d4eba5 (diff)
Documentation: Fix two typos
Change-Id: Id352796fbf535e381bafd7f98dd5a53b785f9064 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--doc/reference/modules/qt-plugin_support-module.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/reference/modules/qt-plugin_support-module.qdoc b/doc/reference/modules/qt-plugin_support-module.qdoc
index 9bd27c3f7..2f41e1cc0 100644
--- a/doc/reference/modules/qt-plugin_support-module.qdoc
+++ b/doc/reference/modules/qt-plugin_support-module.qdoc
@@ -80,6 +80,6 @@
Controls whether plugins of a statically built Qt should be linked into the product.
- \default \true if the product is an application or shared library, \c false otherwise.
+ \defaultvalue \c true if the product is an application or shared library, \c false otherwise.
*/