Remove remnants of QQmlImageProvider
QQmlImageProvider was renamed to QQuickImageProvider quite some time ago. Change-Id: I2f737f1e2a543c0abb0f45170499c41de25cf696 Reviewed-by: Chris Adams <christopher.adams@nokia.com>
This commit is contained in:
parent
d25f11bb15
commit
34ae6deb78
|
@ -14,7 +14,6 @@ exists("qqml_enable_gcov") {
|
|||
LIBS += -lgcov
|
||||
}
|
||||
|
||||
MODULE_DEFINES = QQmlImageProvider=QQuickImageProvider
|
||||
load(qt_module_config)
|
||||
|
||||
QMAKE_DOCS = $$PWD/doc/qtqml.qdocconf
|
||||
|
|
|
@ -121,7 +121,7 @@ QImage QQuickTextureFactory::image() const
|
|||
|
||||
\list
|
||||
\li Loaded using QPixmaps rather than actual image files
|
||||
\li Loaded asynchronously in a separate thread, if imageType() is \l{QQmlImageProvider::ImageType}{ImageType::Image}
|
||||
\li Loaded asynchronously in a separate thread, if imageType() is \l{QQuickImageProvider::ImageType}{ImageType::Image}
|
||||
\endlist
|
||||
|
||||
To specify that an image should be loaded by an image provider, use the
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue