diff options
Diffstat (limited to 'src/script/qscriptclass.cpp')
-rw-r--r-- | src/script/qscriptclass.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/qscriptclass.cpp b/src/script/qscriptclass.cpp index 3981427..930c261 100644 --- a/src/script/qscriptclass.cpp +++ b/src/script/qscriptclass.cpp @@ -69,7 +69,7 @@ QT_BEGIN_NAMESPACE \brief The QScriptClass class provides an interface for defining custom behavior of (a class of) Qt Script objects. \ingroup script - \mainclass + The QScriptClass class defines an interface for handling various aspects of interaction with the Qt Script objects associated with |