mirror of
https://github.com/huderlem/porymap.git
synced 2026-09-11 10:25:43 -05:00
silence compiler warnings
This commit is contained in:
@@ -18,8 +18,7 @@ public:
|
||||
20 * 8 + penWidth * 2);
|
||||
}
|
||||
|
||||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *option,
|
||||
QWidget *widget) override
|
||||
void paint(QPainter *painter, const QStyleOptionGraphicsItem *, QWidget *) override
|
||||
{
|
||||
painter->setPen(this->color);
|
||||
painter->drawRect(-2, -2, this->width + 3, this->height + 3);
|
||||
|
||||
Reference in New Issue
Block a user