aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlimageprovider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlimageprovider.h')
-rw-r--r--src/qml/qml/qqmlimageprovider.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qml/qml/qqmlimageprovider.h b/src/qml/qml/qqmlimageprovider.h
index fe06925123..da4d8c8248 100644
--- a/src/qml/qml/qqmlimageprovider.h
+++ b/src/qml/qml/qqmlimageprovider.h
@@ -64,6 +64,7 @@ public:
virtual QSGTexture *createTexture(QQuickCanvas *canvas) const = 0;
virtual QSize textureSize() const = 0;
virtual int textureByteCount() const = 0;
+ virtual QImage image() const;
};
class Q_QML_EXPORT QQmlImageProvider