summaryrefslogtreecommitdiff
path: root/src/script/api/qscriptcontext.cpp
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@digia.com>2013-02-07 14:05:16 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-02-07 14:05:16 +0100
commit689406ac2424095d6cd4e6bcb3430e53a7e7bbfa (patch)
tree00442a814126e57c6a36f740669416b79f3dcf13 /src/script/api/qscriptcontext.cpp
parentfbe7ad18c35aa662693836a65af1e5b67522e1bf (diff)
parent8ca2081418ad301effb8f08e7a59080c262c0362 (diff)
downloadqtscript-689406ac2424095d6cd4e6bcb3430e53a7e7bbfa.tar.gz
Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/staging/dev
Diffstat (limited to 'src/script/api/qscriptcontext.cpp')
-rw-r--r--src/script/api/qscriptcontext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/qscriptcontext.cpp b/src/script/api/qscriptcontext.cpp
index 6ea2b34..cbded31 100644
--- a/src/script/api/qscriptcontext.cpp
+++ b/src/script/api/qscriptcontext.cpp
@@ -179,7 +179,7 @@ QScriptValue QScriptContext::throwValue(const QScriptValue &value)
The error object will be initialized to contain information about
the location where the error occurred; specifically, it will have
properties \c{lineNumber}, \c{fileName} and \c{stack}. These
- properties are described in \l {QtScript Extensions to ECMAScript}.
+ properties are described in \l {Qt Script Extensions to ECMAScript}.
\sa throwValue(), state()
*/