summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component.cpp
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@theqtcompany.com>2014-12-19 15:28:27 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-23 16:54:22 +0100
commitbe29f64b57b8b6dc8ff59ec213b51319cc658555 (patch)
treebf29edb865df32bbbb6365bd5a7f4f84e26c0d97 /src/libs/installer/component.cpp
parent0b30136b0ea55b1532ca6eca9bfed8c21c96aa41 (diff)
Don't show checkbox for autodependent components
Change-Id: Ia954f6337c188453f05b37725975be98a28d564f Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/component.cpp')
-rw-r--r--src/libs/installer/component.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/installer/component.cpp b/src/libs/installer/component.cpp
index 153e02cb0..22b7143b0 100644
--- a/src/libs/installer/component.cpp
+++ b/src/libs/installer/component.cpp
@@ -156,7 +156,7 @@ static const QLatin1String scForcedInstallation("ForcedInstallation");
/*!
\qmlproperty stringlist component::autoDependencies
- Returns the value of the \c <AutoDependOn> tag in the package information file.
+ Returns the value of the \c <AutoDependOn> element in the package information file.
*/
/*!