summaryrefslogtreecommitdiff
path: root/src/script/api/qscriptvalue.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/qscriptvalue.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/qscriptvalue.cpp')
-rw-r--r--src/script/api/qscriptvalue.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/qscriptvalue.cpp b/src/script/api/qscriptvalue.cpp
index cfffea2..3e307a2 100644
--- a/src/script/api/qscriptvalue.cpp
+++ b/src/script/api/qscriptvalue.cpp
@@ -94,7 +94,7 @@
not have the requested property. Note that this prototype-based
lookup is not performed by setProperty(); setProperty() will always
create the property in the script object itself. For more
- information, see the \l{QtScript} documentation.
+ information, see the \l{Qt Script} documentation.
Function objects (objects for which isFunction() returns true) can
be invoked by calling call(). Constructor functions can be used to
@@ -2014,7 +2014,7 @@ bool QScriptValue::isValid() const
/*!
\since 4.4
- Returns the internal data of this QScriptValue object. QtScript uses
+ Returns the internal data of this QScriptValue object. Qt Script uses
this property to store the primitive value of Date, String, Number
and Boolean objects. For other types of object, custom data may be
stored using setData().