mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
QGraphicsItemPaintInfo cleanup
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
53489d50b5
commit
9972d01af6
1 changed files with 2 additions and 2 deletions
|
@ -634,8 +634,8 @@ struct QGraphicsItemPaintInfo
|
|||
QStyleOptionGraphicsItem *option;
|
||||
QPainter *painter;
|
||||
qreal opacity;
|
||||
quint32 wasDirtySceneTransform : 1;
|
||||
quint32 drawItem : 1;
|
||||
bool wasDirtySceneTransform;
|
||||
bool drawItem;
|
||||
};
|
||||
|
||||
#ifndef QT_NO_GRAPHICSEFFECT
|
||||
|
|
Loading…
Add table
Reference in a new issue