summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlan Alpert <alan.alpert@nokia.com>2010-08-20 05:18:43 (GMT)
committerAlan Alpert <alan.alpert@nokia.com>2010-08-20 05:18:43 (GMT)
commitdb63beeb4d421e98d851f4f837ad978e0f04d9aa (patch)
treed23f5ab6d54cc12d04f91d7f2f4721934e2b05ac /src
parenta48c48f6b37c70416c4fad8ff8fa87467c540b78 (diff)
downloadQt-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.cpp2
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)