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 --- sync.profile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 7c7e1a5507..e03ca08883 100644 --- a/sync.profile +++ b/sync.profile @@ -48,8 +48,8 @@ "qdeclarativeextensioninterface.h" => "QtQml/qqmlextensioninterface.h", "QDeclarativeExtensionPlugin" => "QtQml/QQmlExtensionPlugin", "qdeclarativeextensionplugin.h" => "QtQml/qqmlextensionplugin.h", - "QDeclarativeImageProvider" => "QtQml/QQmlImageProvider", - "qdeclarativeimageprovider.h" => "QtQml/qqmlimageprovider.h", + "QDeclarativeImageProvider" => "QtQuick/QQuickImageProvider", + "qdeclarativeimageprovider.h" => "QtQuick/qquickimageprovider.h", "QDeclarativeIncubationController" => "QtQml/QQmlIncubationController", "QDeclarativeIncubator" => "QtQml/QQmlIncubator", "qdeclarativeincubator.h" => "QtQml/qqmlincubator.h", @@ -208,6 +208,10 @@ "qv8worker_p.h" => "QtQml/private/qv8worker_p.h", "textwriter_p.h" => "QtQml/private/textwriter_p.h", }, + "QtQml" => { + "QQmlImageProvider" => "QtQuick/QQuickImageProvider", + "qqmlimageprovider.h" => "QtQuick/qquickimageprovider.h", + }, ); # Module dependencies. # Every module that is required to build this module should have one entry. -- cgit v1.2.3