From cfa4879b41a786f5493ff73c59d55c65334856d8 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Fri, 11 Feb 2022 17:03:48 +0100 Subject: De-inline dtors of QTextureFileHandler hierarchy Destructors of polymorphic classes should be out-of-line to pin vtable and type_info objects to a single TU. Pick-to: 6.3 Task-number: QTBUG-45582 Change-Id: I541437a3ff53852527f6278355f7b549e62e17f7 Reviewed-by: Qt CI Bot Reviewed-by: Thiago Macieira --- src/gui/util/qpkmhandler_p.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui/util/qpkmhandler_p.h') diff --git a/src/gui/util/qpkmhandler_p.h b/src/gui/util/qpkmhandler_p.h index 2f7618bc53..ea77443cd7 100644 --- a/src/gui/util/qpkmhandler_p.h +++ b/src/gui/util/qpkmhandler_p.h @@ -59,6 +59,7 @@ class QPkmHandler : public QTextureFileHandler { public: using QTextureFileHandler::QTextureFileHandler; + ~QPkmHandler() override; static bool canRead(const QByteArray &suffix, const QByteArray &block); -- cgit v1.2.3