summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorA-Team <ateam@pad.test.qt.nokia.com>2010-12-03 23:00:13 (GMT)
committerA-Team <ateam@pad.test.qt.nokia.com>2010-12-03 23:00:13 (GMT)
commita82e30125f2d6f9a8dc820c5d117a359244231f7 (patch)
tree23b3f33eb9c8a2d02c1f7932c5ae20d83361a4e1 /src
parentd70dbc6050404787c15be814054ab251cfe09db7 (diff)
parent14e4fd08ff67578dccf5e85a88fcadf747ae5852 (diff)
downloadQt-a82e30125f2d6f9a8dc820c5d117a359244231f7.zip
Qt-a82e30125f2d6f9a8dc820c5d117a359244231f7.tar.gz
Qt-a82e30125f2d6f9a8dc820c5d117a359244231f7.tar.bz2
Merge branch '4.7-upstream' into 4.7-doc
Diffstat (limited to 'src')
-rw-r--r--src/declarative/qml/qdeclarativeengine.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/qml/qdeclarativeengine.cpp b/src/declarative/qml/qdeclarativeengine.cpp
index 7ac3a68..a8404f0 100644
--- a/src/declarative/qml/qdeclarativeengine.cpp
+++ b/src/declarative/qml/qdeclarativeengine.cpp
@@ -678,6 +678,9 @@ QNetworkAccessManager *QDeclarativeEngine::networkAccessManager() const
requests. See the QDeclarativeImageProvider documentation for details on
implementing and using image providers.
+ All required image providers should be added to the engine before any
+ QML sources files are loaded.
+
Note that images loaded from a QDeclarativeImageProvider are cached
by QPixmapCache, similar to any image loaded by QML.