aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJochen Ulrich <jochenulrich@t-online.de>2020-11-10 08:45:19 +0100
committerJochen Ulrich <jochenulrich@t-online.de>2020-11-19 09:58:00 +0000
commit61761440bf0cfcf28d62b47839d923bae0eb687a (patch)
treec66b41a50d98598d39312ed0c97fc9b67bb86012 /doc
parentf8a109cbf49c007dbe832dfc9918db5d1d511964 (diff)
Doc: Fix type of installDebugInformation properties
Change-Id: I5c3a7898b61f8892a2de4414de64f40e5f9f537b Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/reference/items/convenience/application.qdoc2
-rw-r--r--doc/reference/items/convenience/library.qdoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/reference/items/convenience/application.qdoc b/doc/reference/items/convenience/application.qdoc
index 01366c4f9..15b05515d 100644
--- a/doc/reference/items/convenience/application.qdoc
+++ b/doc/reference/items/convenience/application.qdoc
@@ -69,7 +69,7 @@
*/
/*!
- \qmlproperty string Application::installDebugInformation
+ \qmlproperty bool Application::installDebugInformation
If \c{true}, the debug information will be installed to
\l{Application::debugInformationInstallDir}{debugInformationInstallDir}.
diff --git a/doc/reference/items/convenience/library.qdoc b/doc/reference/items/convenience/library.qdoc
index 7b2ddc5eb..409af3f19 100644
--- a/doc/reference/items/convenience/library.qdoc
+++ b/doc/reference/items/convenience/library.qdoc
@@ -78,7 +78,7 @@
*/
/*!
- \qmlproperty string Library::installDebugInformation
+ \qmlproperty bool Library::installDebugInformation
If \c{true}, the debug information will be installed to
\l{Library::debugInformationInstallDir}{debugInformationInstallDir}.