summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml/qmlengine.cpp
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2009-06-14 23:41:59 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2009-06-14 23:41:59 (GMT)
commit31b30cf6e95cf76d62d226b3253cc9ed2076b1a1 (patch)
tree69c5e516b316b31c6cde46c26ce17afc2bb7153f /src/declarative/qml/qmlengine.cpp
parent82cff1af638de427aa3d6f8bd147f4451662ee65 (diff)
downloadQt-31b30cf6e95cf76d62d226b3253cc9ed2076b1a1.zip
Qt-31b30cf6e95cf76d62d226b3253cc9ed2076b1a1.tar.gz
Qt-31b30cf6e95cf76d62d226b3253cc9ed2076b1a1.tar.bz2
minor doc fixes
Diffstat (limited to 'src/declarative/qml/qmlengine.cpp')
-rw-r--r--src/declarative/qml/qmlengine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlengine.cpp b/src/declarative/qml/qmlengine.cpp
index 73b9245..435019a 100644
--- a/src/declarative/qml/qmlengine.cpp
+++ b/src/declarative/qml/qmlengine.cpp
@@ -827,7 +827,7 @@ QmlEngine *QmlEngine::activeEngine()
dynamically creates and returns objects when called from QtScript,
and these objects are visual items in the QML tree.
- \sa QmlEngine::newQObject()
+ \sa QScriptEngine::newQObject()
*/
QScriptValue QmlEngine::qmlScriptObject(QObject* object, QmlEngine* engine)
{
@@ -884,6 +884,7 @@ QScriptValue QmlEngine::qmlScriptObject(QObject* object, QmlEngine* engine)
}
\endcode
+ \sa QmlComponent::createObject()
*/
QScriptValue QmlEngine::createComponent(QScriptContext *ctxt, QScriptEngine *engine)
{