diff options
Diffstat (limited to 'src/script/qscriptstring.cpp')
-rw-r--r-- | src/script/qscriptstring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/qscriptstring.cpp b/src/script/qscriptstring.cpp index f8e1c82..7d8d4e9 100644 --- a/src/script/qscriptstring.cpp +++ b/src/script/qscriptstring.cpp @@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE \brief The QScriptString class acts as a handle to "interned" strings in a QScriptEngine. \ingroup script - \mainclass + QScriptString can be used to achieve faster (repeated) property getting/setting, and comparison of property names, of |