summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/scriptengine.cpp
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-02-11 17:15:36 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-02-12 08:49:06 +0000
commit2907791eef21da2f4a01349cb928a4d38bfa016a (patch)
treea1a443ac782e7b946452a1a7bb5e948186ba582e /src/libs/installer/scriptengine.cpp
parent44ff57d24f39c25c61eb54f0bc8d180fc25b0351 (diff)
Doc: fix language and QDoc command issues
To follow the Qt documentation guidelines. Change-Id: I8f533737b39d7d58645a05b033fc966f70918369 Reviewed-by: Niels Weber <niels.weber@theqtcompany.com> Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/scriptengine.cpp')
-rw-r--r--src/libs/installer/scriptengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libs/installer/scriptengine.cpp b/src/libs/installer/scriptengine.cpp
index 057ce9c85..484987e3b 100644
--- a/src/libs/installer/scriptengine.cpp
+++ b/src/libs/installer/scriptengine.cpp
@@ -647,9 +647,9 @@ void ScriptEngine::removeFromGlobalObject(QObject *object)
Loads a script into the given \a context at \a fileName inside the ScriptEngine.
The installer and all its components as well as other useful stuff are being exported into the
- script. Read \link componentscripting Component Scripting \endlink for details.
+ script. For more information, see \l {Component Scripting}.
Throws Error when either the script at \a fileName could not be opened, or the QScriptEngine
- couldn't evaluate the script.
+ could not evaluate the script.
*/
QJSValue ScriptEngine::loadInContext(const QString &context, const QString &fileName,
const QString &scriptInjection)