QPainterPathData cleanup

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2019-07-13 21:24:15 +00:00
parent 01ae444554
commit 042d192edc

View file

@ -173,10 +173,10 @@ public:
QRectF bounds;
QRectF controlBounds;
uint require_moveTo : 1;
uint dirtyBounds : 1;
uint dirtyControlBounds : 1;
uint convex : 1;
bool require_moveTo;
bool dirtyBounds;
bool dirtyControlBounds;
bool convex;
QVectorPathConverter *pathConverter;
};