Mark QPixmapCache::Key as shared for Qt 6.

Change-Id: I37819cfd8a56d364336640146dbead2e1a454787
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
Marc Mutz 2015-06-24 01:51:11 +02:00
parent 648a496e5e
commit b172e8e785

View File

@ -84,6 +84,7 @@ public:
static int totalUsed();
#endif
};
Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6(QPixmapCache::Key)
QT_END_NAMESPACE