diff options
author | Kent Hansen <khansen@trolltech.com> | 2009-08-06 10:08:50 (GMT) |
---|---|---|
committer | Kent Hansen <khansen@trolltech.com> | 2009-08-06 10:08:50 (GMT) |
commit | 9429424b52a9c66d6313d3085ef5638f87ee0055 (patch) | |
tree | 2ceb85f00301cbc9fab020dd29ce65eec9733494 /src/script/api | |
parent | 4614dfe4105bfb6bf6b248a5223650fd370edbb2 (diff) | |
download | Qt-9429424b52a9c66d6313d3085ef5638f87ee0055.zip Qt-9429424b52a9c66d6313d3085ef5638f87ee0055.tar.gz Qt-9429424b52a9c66d6313d3085ef5638f87ee0055.tar.bz2 |
remove docs that mention QScriptValue::{scope,setScope}()
Those functions are internal and we don't want to support them
in the JSC back-end, because they expose too much implementation
detail of the old back-end.
Diffstat (limited to 'src/script/api')
-rw-r--r-- | src/script/api/qscriptvalue.cpp | 4 |
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 |