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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlimageprovider.h b/src/qml/qml/qqmlimageprovider.h
index d59cfc42ca..fe06925123 100644
--- a/src/qml/qml/qqmlimageprovider.h
+++ b/src/qml/qml/qqmlimageprovider.h
@@ -59,7 +59,7 @@ class Q_QML_EXPORT QQuickTextureFactory : public QObject
{
public:
QQuickTextureFactory();
- ~QQuickTextureFactory();
+ virtual ~QQuickTextureFactory();
virtual QSGTexture *createTexture(QQuickCanvas *canvas) const = 0;
virtual QSize textureSize() const = 0;