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