aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-08-08 13:13:25 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-09 11:50:58 +0200
commit34ae6deb78c30a80570e0c0dda7b2f071abdbf68 (patch)
treeb67ed381bd87ffde42951a4d4dea95a0b4216d03 /sync.profile
parentd25f11bb15cad8b24e4d0aaa041e998d0f86d3f7 (diff)
Remove remnants of QQmlImageProvider
QQmlImageProvider was renamed to QQuickImageProvider quite some time ago. Change-Id: I2f737f1e2a543c0abb0f45170499c41de25cf696 Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sync.profile b/sync.profile
index 7ea3be040c..d65c740a66 100644
--- a/sync.profile
+++ b/sync.profile
@@ -9,10 +9,6 @@
"QtQmlDevTools" => "../qml/qml/parser",
);
%deprecatedheaders = (
- "QtQml" => {
- "QQmlImageProvider" => "QtQuick/QQuickImageProvider",
- "qqmlimageprovider.h" => "QtQuick/qquickimageprovider.h",
- },
);
# Module dependencies.
# Every module that is required to build this module should have one entry.