summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2010-05-18 00:26:03 (GMT)
committerBea Lam <bea.lam@nokia.com>2010-05-18 06:11:33 (GMT)
commit11ccb46495c18cc2a12ad599a9e985b0e3cd7b95 (patch)
tree911d00aaae10464a7a2bd7d2e7c3ea5686e4e01c /doc
parent9a111f72362b39be9b10d5d365faa21dfebf770e (diff)
downloadQt-11ccb46495c18cc2a12ad599a9e985b0e3cd7b95.zip
Qt-11ccb46495c18cc2a12ad599a9e985b0e3cd7b95.tar.gz
Qt-11ccb46495c18cc2a12ad599a9e985b0e3cd7b95.tar.bz2
Improve docs for Qt.quit()
Diffstat (limited to 'doc')
-rw-r--r--doc/src/declarative/globalobject.qdoc5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/declarative/globalobject.qdoc b/doc/src/declarative/globalobject.qdoc
index 2a83e30..c29a796 100644
--- a/doc/src/declarative/globalobject.qdoc
+++ b/doc/src/declarative/globalobject.qdoc
@@ -219,8 +219,9 @@ Binary to ASCII - this function returns a base64 encoding of \c data.
ASCII to binary - this function returns a base64 decoding of \c data.
\section3 Qt.quit()
-This function causes the QML engine to emit the quit signal, which in
-\l {Qt Declarative UI Runtime}{qml} causes the runtime to 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.
\section3 Qt.resolvedUrl(url)
This function returns \c url resolved relative to the URL of the