summaryrefslogtreecommitdiffstats
path: root/src/script/api
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api')
-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 ae1235e..47f51b9 100644
--- a/src/script/api/qscriptvalue.cpp
+++ b/src/script/api/qscriptvalue.cpp
@@ -193,9 +193,9 @@ QT_BEGIN_NAMESPACE
\value ResolvePrototype Check the object's own properties first, then search the prototype chain. This is the default.
- \value ResolveScope Check the object's own properties first, then search the scope chain.
+ \omitvalue ResolveScope Check the object's own properties first, then search the scope chain.
- \value ResolveFull Check the object's own properties first, then search the prototype chain, and finally search the scope chain.
+ \omitvalue ResolveFull Check the object's own properties first, then search the prototype chain, and finally search the scope chain.
*/
// ### move