qt5base-lts/tests/auto/gui/kernel/qguivariant/test
Andy Shaw c057e23b02 When creating QVariant(QPolygonF()) this should be a null variant
The handling of the null QPolygonF case was not correct as it would
always be seen as valid. This ensures it is treated in the same way as
QPolygon when it is in fact null.

[ChangeLog][QtGui][QPolygonF] When a QVariant holds a QPolygonF()
then it will be correctly seen as a null QVariant.

Change-Id: Icae34f513c3a8e1dd3f50cb64a3d13ae7c636cc4
Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@digia.com>
2013-10-18 20:05:09 +02:00
..
data Account for QPolygonF type when loading/saving the QVariant 2013-10-15 08:14:48 +02:00
stream Split the QGuiVariant test from the Core one. 2012-07-25 00:48:33 +02:00
qguivariant.qrc Account for QPolygonF type when loading/saving the QVariant 2013-10-15 08:14:48 +02:00
test.pro Account for QPolygonF type when loading/saving the QVariant 2013-10-15 08:14:48 +02:00
tst_qguivariant.cpp When creating QVariant(QPolygonF()) this should be a null variant 2013-10-18 20:05:09 +02:00