diff options
Diffstat (limited to 'src/script/qscriptcontext.cpp')
-rw-r--r-- | src/script/qscriptcontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/qscriptcontext.cpp b/src/script/qscriptcontext.cpp index fcaa960..aed69d3 100644 --- a/src/script/qscriptcontext.cpp +++ b/src/script/qscriptcontext.cpp @@ -59,7 +59,7 @@ QT_BEGIN_NAMESPACE \brief The QScriptContext class represents a Qt Script function invocation. \ingroup script - \mainclass + A QScriptContext provides access to the `this' object and arguments passed to a script function. You typically want to access this |