diff options
Diffstat (limited to 'src/script/qscriptable.cpp')
-rw-r--r-- | src/script/qscriptable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/qscriptable.cpp b/src/script/qscriptable.cpp index 33f14b1..4b9d1f5 100644 --- a/src/script/qscriptable.cpp +++ b/src/script/qscriptable.cpp @@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE \brief The QScriptable class provides access to the Qt Script environment from Qt C++ member functions. \ingroup script - \mainclass + With QScriptEngine::newQObject(), you can expose the signals and slots and properties of any QObject (or subclass) to script |