aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/qml/qtbinding.qdoc
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-03-15 13:40:43 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-20 00:58:46 +0100
commitb143d3fb589e7ce7171c9975679fa47181a6a10f (patch)
tree9591c27b8a75dfd879914cdfaebe5a73fe8ab3c0 /doc/src/qml/qtbinding.qdoc
parent3c19a66a0f2d121d7d1c8fae32afa34c6282e39b (diff)
Fix the build & docs after QQmlImageProvider was renamed
The class was renamed to QQuickImageProvider in commit 3bc907d155034fe64efc8cb6056b48f0c6401bfb. Change-Id: I91ff38244cee3ab651ed6caa4140a58cb742f1c9 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'doc/src/qml/qtbinding.qdoc')
-rw-r--r--doc/src/qml/qtbinding.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qml/qtbinding.qdoc b/doc/src/qml/qtbinding.qdoc
index b480d1292f..d8dd66bded 100644
--- a/doc/src/qml/qtbinding.qdoc
+++ b/doc/src/qml/qtbinding.qdoc
@@ -43,7 +43,7 @@ You may want to mix QML and C++ for a number of reasons. For example:
\li To use functionality defined in a C++ source (for example, when using a C++ Qt-based data model, or
calling functions in a third-party C++ library)
\li To access functionality in the Qt Declarative module (for example, to dynamically generate
-images using QQmlImageProvider)
+images using QQuickImageProvider)
\li To write your own QML elements (whether for your applications, or for distribution to others)
\endlist