mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
remove unused QPolygon object in QWindowsStyle::drawPrimitive()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
e6da3cc59e
commit
a7c65a476a
1 changed files with 0 additions and 1 deletions
|
@ -790,7 +790,6 @@ void QWindowsStyle::drawPrimitive(PrimitiveElement pe, const QStyleOption *opt,
|
|||
bool down = opt->state & State_Sunken;
|
||||
bool enabled = opt->state & State_Enabled;
|
||||
bool on = opt->state & State_On;
|
||||
QPolygon a;
|
||||
|
||||
//center when rect is larger than indicator size
|
||||
int xOffset = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue