summaryrefslogtreecommitdiffstats
path: root/src/gui/image
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2015-06-24 01:51:11 +0200
committerMarc Mutz <marc.mutz@kdab.com>2015-07-18 13:32:43 +0000
commitb172e8e785a769006aa7d859e4bad9659fe2efe0 (patch)
tree04dabf902ecde7abca9a27450134772ac6a6886d /src/gui/image
parent648a496e5e64ccdefe5383238fc7c4b84d0159a8 (diff)
Mark QPixmapCache::Key as shared for Qt 6.
Change-Id: I37819cfd8a56d364336640146dbead2e1a454787 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'src/gui/image')
-rw-r--r--src/gui/image/qpixmapcache.h1
1 files changed, 1 insertions, 0 deletions
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