aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/compressedtexture
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/compressedtexture')
-rw-r--r--src/quick/scenegraph/compressedtexture/qsgtexturefilehandler_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/scenegraph/compressedtexture/qsgtexturefilehandler_p.h b/src/quick/scenegraph/compressedtexture/qsgtexturefilehandler_p.h
index 43358b2846..8b831aebb9 100644
--- a/src/quick/scenegraph/compressedtexture/qsgtexturefilehandler_p.h
+++ b/src/quick/scenegraph/compressedtexture/qsgtexturefilehandler_p.h
@@ -67,6 +67,7 @@ public:
{
m_logName = !logName.isEmpty() ? logName : QByteArrayLiteral("(unknown)");
}
+ virtual ~QSGTextureFileHandler() {}
virtual QQuickTextureFactory *read() = 0;
QIODevice *device() const { return m_device; }