summaryrefslogtreecommitdiffstats
path: root/src/script/api/qscriptable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/qscriptable.cpp')
-rw-r--r--src/script/api/qscriptable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/qscriptable.cpp b/src/script/api/qscriptable.cpp
index 1d1eec1..eb5972c 100644
--- a/src/script/api/qscriptable.cpp
+++ b/src/script/api/qscriptable.cpp
@@ -52,7 +52,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