summaryrefslogtreecommitdiffstats
path: root/src/libs/installer
diff options
context:
space:
mode:
authorKatja Marttila <katja.marttila@qt.io>2021-02-18 12:24:36 +0200
committerKatja Marttila <katja.marttila@qt.io>2021-02-19 07:51:42 +0200
commitf0d6a98e4f2f19c4a9607722893b25d9260fd006 (patch)
tree56047e80919f77ca212db7947f5b077497f676af /src/libs/installer
parent8997ec51b7603fafe5cd34dcff21ba1151c76f32 (diff)
Documentation fixes
Change-Id: Ibb8da857319eff6119b0296375b6c38578729559 Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/libs/installer')
-rw-r--r--src/libs/installer/component.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libs/installer/component.cpp b/src/libs/installer/component.cpp
index ff01e4251..66f333377 100644
--- a/src/libs/installer/component.cpp
+++ b/src/libs/installer/component.cpp
@@ -212,6 +212,16 @@ static const QLatin1String scUnstable("Unstable");
*/
/*!
+ \property QInstaller::Component::treeName
+
+ \brief The tree name of the component. Specifies the location of the component in the install tree view.
+
+ \note If the tree name is not set, the tree view is organized based on the component name.
+
+ \note Must be unique, the tree name must not conflict with other component's names or tree names.
+*/
+
+/*!
\fn QInstaller::Component::loaded()
\sa {component::loaded}{component.loaded}