mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 19:02:59 +00:00
QPainterPathData cleanup
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
01ae444554
commit
042d192edc
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue