From b172e8e785a769006aa7d859e4bad9659fe2efe0 Mon Sep 17 00:00:00 2001 From: Marc Mutz Date: Wed, 24 Jun 2015 01:51:11 +0200 Subject: Mark QPixmapCache::Key as shared for Qt 6. Change-Id: I37819cfd8a56d364336640146dbead2e1a454787 Reviewed-by: Thiago Macieira --- src/gui/image/qpixmapcache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/gui/image/qpixmapcache.h b/src/gui/image/qpixmapcache.h index 03311345a2..37a0588e06 100644 --- a/src/gui/image/qpixmapcache.h +++ b/src/gui/image/qpixmapcache.h @@ -84,6 +84,7 @@ public: static int totalUsed(); #endif }; +Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6(QPixmapCache::Key) QT_END_NAMESPACE -- cgit v1.2.3