diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2009-07-31 13:27:33 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2009-07-31 14:11:48 (GMT) |
commit | 31263060c53597bfc7677ccc526cc8a19f62b387 (patch) | |
tree | 07c4d434d902c0bbf31c0233718ac043d1f686b6 /FAQ.txt | |
parent | 701303d374b7da33166744d290ec4dbc789c7031 (diff) | |
download | Qt-31263060c53597bfc7677ccc526cc8a19f62b387.zip Qt-31263060c53597bfc7677ccc526cc8a19f62b387.tar.gz Qt-31263060c53597bfc7677ccc526cc8a19f62b387.tar.bz2 |
Remove QScriptContextPrivate, QScriptContext is now a JSC::CallFrame
There will not be instances of QScriptContext anymore. Pointer to
QScriptContext are just pointer to JSC::CallFrame
This simplifies the code as we do not need to manage the memory for the
QScriptContext anymore.
It is compatible because it is not possible to create
QScriptContext. They were all created by QScriptEngine.
QScriptContext constructor is private.
Aknoweldged-by: Kent
Diffstat (limited to 'FAQ.txt')
0 files changed, 0 insertions, 0 deletions