From b143d3fb589e7ce7171c9975679fa47181a6a10f Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Thu, 15 Mar 2012 13:40:43 +0100 Subject: Fix the build & docs after QQmlImageProvider was renamed The class was renamed to QQuickImageProvider in commit 3bc907d155034fe64efc8cb6056b48f0c6401bfb. Change-Id: I91ff38244cee3ab651ed6caa4140a58cb742f1c9 Reviewed-by: Martin Jones --- doc/src/qml/qtbinding.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') 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 -- cgit v1.2.3