diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-05-18 00:26:03 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-05-18 06:11:33 (GMT) |
commit | 11ccb46495c18cc2a12ad599a9e985b0e3cd7b95 (patch) | |
tree | 911d00aaae10464a7a2bd7d2e7c3ea5686e4e01c /doc/src | |
parent | 9a111f72362b39be9b10d5d365faa21dfebf770e (diff) | |
download | Qt-11ccb46495c18cc2a12ad599a9e985b0e3cd7b95.zip Qt-11ccb46495c18cc2a12ad599a9e985b0e3cd7b95.tar.gz Qt-11ccb46495c18cc2a12ad599a9e985b0e3cd7b95.tar.bz2 |
Improve docs for Qt.quit()
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/declarative/globalobject.qdoc | 5 |
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 |