summaryrefslogtreecommitdiff
path: root/src/script/api/qscriptclass.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/qscriptclass.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/qscriptclass.cpp')
-rw-r--r--src/script/api/qscriptclass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/qscriptclass.cpp b/src/script/api/qscriptclass.cpp
index 2fc2d0a..8e286c8 100644
--- a/src/script/api/qscriptclass.cpp
+++ b/src/script/api/qscriptclass.cpp
@@ -179,7 +179,7 @@ QScriptEngine *QScriptClass::engine() const
your class, then return it in this function.
See the "Making Use of Prototype-Based Inheritance" section in the
- QtScript documentation for more information on how prototypes are
+ Qt Script documentation for more information on how prototypes are
used.
*/
QScriptValue QScriptClass::prototype() const