summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/component.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-12 14:25:34 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-13 11:22:23 +0100
commitde28f6c0ae1720dd5eb9a0ffdfd6899cd4833b9d (patch)
tree8cea6e8074a18d58716723baf541929e9a3ca822 /src/libs/installer/component.cpp
parentdf99f9319ee607d8b66d92853c7ace0b583c0377 (diff)
Doc: remove "type" from briefs in Scripting API
These are not QML types, but JavaScript objects. Change-Id: Ib50656c764270a1184c74a2c653438a2f42846fd Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by: Niels Weber <niels.weber@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 15303b7fa..3436678c9 100644
--- a/src/libs/installer/component.cpp
+++ b/src/libs/installer/component.cpp
@@ -72,7 +72,7 @@ static const QLatin1String scForcedInstallation("ForcedInstallation");
\qmltype component
\inqmlmodule scripting
- \brief The component type represents the current component that the Qt Script belongs to.
+ \brief Represents the current component that the Qt Script belongs to.
A minimal valid script needs to contain a constructor, which can look like this: