diff options
author | Olivier Goffart <olivier.goffart@nokia.com> | 2010-07-28 17:20:19 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2010-07-29 09:00:10 (GMT) |
commit | eeb5c3dba27b02f6ddeb69257e78b22149ca8487 (patch) | |
tree | 2b04c9e7de1be8bfcbbb405bd9c3765dae97feca /src/script/api/qscriptengineagent.cpp | |
parent | 65642dd343bf61510117cd7e13f69e7138247932 (diff) | |
download | Qt-eeb5c3dba27b02f6ddeb69257e78b22149ca8487.zip Qt-eeb5c3dba27b02f6ddeb69257e78b22149ca8487.tar.gz Qt-eeb5c3dba27b02f6ddeb69257e78b22149ca8487.tar.bz2 |
QScript: document/obsolete things that does not work since the move to JSC
Reviewed-by: Kent Hansen
Diffstat (limited to 'src/script/api/qscriptengineagent.cpp')
-rw-r--r-- | src/script/api/qscriptengineagent.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/script/api/qscriptengineagent.cpp b/src/script/api/qscriptengineagent.cpp index c3d1566..b1f131e 100644 --- a/src/script/api/qscriptengineagent.cpp +++ b/src/script/api/qscriptengineagent.cpp @@ -372,9 +372,8 @@ void QScriptEngineAgent::functionExit(qint64 scriptId, /*! This function is called when the engine is about to execute a new statement in the script identified by \a scriptId. The statement - begins on the line and column specified by \a lineNumber and \a - columnNumber. This event is not generated for native Qt Script - functions. + begins on the line and column specified by \a lineNumber + This event is not generated for native Qt Script functions. Reimplement this function to handle this event. For example, a debugger implementation could reimplement this function to provide @@ -383,6 +382,8 @@ void QScriptEngineAgent::functionExit(qint64 scriptId, The default implementation does nothing. + \note \a columnNumber is undefined + \sa scriptLoad(), functionEntry() */ void QScriptEngineAgent::positionChange(qint64 scriptId, |