diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2010-08-20 05:18:43 (GMT) |
---|---|---|
committer | Alan Alpert <alan.alpert@nokia.com> | 2010-08-20 05:18:43 (GMT) |
commit | db63beeb4d421e98d851f4f837ad978e0f04d9aa (patch) | |
tree | d23f5ab6d54cc12d04f91d7f2f4721934e2b05ac /src | |
parent | a48c48f6b37c70416c4fad8ff8fa87467c540b78 (diff) | |
download | Qt-db63beeb4d421e98d851f4f837ad978e0f04d9aa.zip Qt-db63beeb4d421e98d851f4f837ad978e0f04d9aa.tar.gz Qt-db63beeb4d421e98d851f4f837ad978e0f04d9aa.tar.bz2 |
Allow QML Quit buttons to work inside QtDemo.
Also changes the line documenting the quit signal on QDeclarativeEngine.
Diffstat (limited to 'src')
-rw-r--r-- | src/declarative/qml/qdeclarativeengine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp index bc7468f..cedf9d5 100644 --- a/src/declarative/qml/qdeclarativeengine.cpp +++ b/src/declarative/qml/qdeclarativeengine.cpp @@ -551,7 +551,7 @@ QDeclarativeEngine::~QDeclarativeEngine() } /*! \fn void QDeclarativeEngine::quit() - This signal is emitted when the QDeclarativeEngine quits. + This signal is emitted when the QML loaded by the engine would like to quit. */ /*! \fn void QDeclarativeEngine::warnings(const QList<QDeclarativeError> &warnings) |