Details
-
Bug
-
Resolution: Fixed
-
P1: Critical
-
6.5
-
None
-
c2f01d4cf (dev), 72235540c (6.5), 71541af73 (dev), cc9ae5820 (6.5)
Description
Code passing metatypes from Qt < 6.5 to QVariant's ctor would result in warnings like
QVariant: Provided metatype for 'QSize' does not support destruction and copy construction
and consequently broken QVariants.