summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2010-02-05 02:43:23 (GMT)
committerMartin Jones <martin.jones@nokia.com>2010-02-05 02:43:23 (GMT)
commit77fea35494d79661606ed6c6a0de55c03ae5cc83 (patch)
tree2b03a9685324a91b9bd091bc32720e6793188725 /src/declarative/qml
parent2d7b0bbe0997250445c99edd93f4fe5529781b93 (diff)
downloadQt-77fea35494d79661606ed6c6a0de55c03ae5cc83.zip
Qt-77fea35494d79661606ed6c6a0de55c03ae5cc83.tar.gz
Qt-77fea35494d79661606ed6c6a0de55c03ae5cc83.tar.bz2
Clean up QmlImageReader thread on engine destruction.
Diffstat (limited to 'src/declarative/qml')
-rw-r--r--src/declarative/qml/qmlengine.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/qml/qmlengine.cpp b/src/declarative/qml/qmlengine.cpp
index ea0c054..5624da1 100644
--- a/src/declarative/qml/qmlengine.cpp
+++ b/src/declarative/qml/qmlengine.cpp
@@ -399,6 +399,8 @@ QmlContext *QmlEngine::rootContext()
By implementing a factory it is possible to create custom
QNetworkAccessManager with specialized caching, proxy and
cookie support.
+
+ The factory must be set before exceuting the engine.
*/
void QmlEngine::setNetworkAccessManagerFactory(QmlNetworkAccessManagerFactory *factory)
{