diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-07-02 01:21:55 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-07-02 03:43:53 (GMT) |
commit | a02de048753aeb9e4c6811bf7689801c59d3c236 (patch) | |
tree | f93f7263f5ec8f2775840cc581a1823f1de4e095 /src/declarative/qml/qdeclarativeengine.cpp | |
parent | 1636e03a2fda5108cb4389689a327e65c47dfe0e (diff) | |
download | Qt-a02de048753aeb9e4c6811bf7689801c59d3c236.zip Qt-a02de048753aeb9e4c6811bf7689801c59d3c236.tar.gz Qt-a02de048753aeb9e4c6811bf7689801c59d3c236.tar.bz2 |
Fix docs to link to the new QML Viewer page instead of the Runtime page
where applicable, and remove or rename references to 'qml' tool. Also
improve QML Viewer docs.
Diffstat (limited to 'src/declarative/qml/qdeclarativeengine.cpp')
-rw-r--r-- | src/declarative/qml/qdeclarativeengine.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp index 8b15ae9..aa3c8d9 100644 --- a/src/declarative/qml/qdeclarativeengine.cpp +++ b/src/declarative/qml/qdeclarativeengine.cpp @@ -1728,8 +1728,7 @@ void QDeclarativeEnginePrivate::warning(QDeclarativeEnginePrivate *engine, const /*! \qmlmethod Qt::quit() This function causes the QDeclarativeEngine::quit() signal to be emitted. -Within the \l {Qt Declarative UI Runtime}{qml} application this causes the -launcher application to exit. +Within the \l {QML Viewer}, this causes the launcher application to exit. */ QScriptValue QDeclarativeEnginePrivate::quit(QScriptContext * /*ctxt*/, QScriptEngine *e) |