summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--src/libs/installer/component.cpp2
-rw-r--r--src/libs/installer/messageboxhandler.cpp2
-rw-r--r--src/libs/installer/packagemanagercore.cpp2
-rw-r--r--src/libs/installer/scriptengine.cpp4
4 files changed, 5 insertions, 5 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:
diff --git a/src/libs/installer/messageboxhandler.cpp b/src/libs/installer/messageboxhandler.cpp
index 266558d93..86e28eb39 100644
--- a/src/libs/installer/messageboxhandler.cpp
+++ b/src/libs/installer/messageboxhandler.cpp
@@ -44,7 +44,7 @@
\qmltype QMessageBox
\inqmlmodule scripting
- \brief The QMessageBox type provides a modal dialog for informing the user or asking the user
+ \brief Provides a modal dialog for informing the user or asking the user
a question and receiving an answer.
diff --git a/src/libs/installer/packagemanagercore.cpp b/src/libs/installer/packagemanagercore.cpp
index e12d28c63..2f06b0fbb 100644
--- a/src/libs/installer/packagemanagercore.cpp
+++ b/src/libs/installer/packagemanagercore.cpp
@@ -83,7 +83,7 @@
\qmltype installer
\inqmlmodule scripting
- \brief The installer type provides access to core functionality of the Qt Installer Framework.
+ \brief Provides access to core functionality of the Qt Installer Framework.
*/
/*!
diff --git a/src/libs/installer/scriptengine.cpp b/src/libs/installer/scriptengine.cpp
index 2ab7c47f8..dff421c77 100644
--- a/src/libs/installer/scriptengine.cpp
+++ b/src/libs/installer/scriptengine.cpp
@@ -54,7 +54,7 @@ namespace QInstaller {
/*!
\qmltype console
\inqmlmodule scripting
- \brief The console type provides methods for logging and debugging.
+ \brief Provides methods for logging and debugging.
*/
/*!
@@ -145,7 +145,7 @@ namespace QInstaller {
\qmltype QInstaller
\inqmlmodule scripting
- \brief The QInstaller type provides access to the installer status and pages from Qt Script.
+ \brief Provides access to the installer status and pages from Qt Script.
*/
/*!