fix -Wextra in FreeCADGui
This commit is contained in:
@@ -42,6 +42,8 @@ RectItem::RectItem(QGraphicsItem* parent) : QGraphicsRectItem(parent)
|
||||
|
||||
void RectItem::paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget)
|
||||
{
|
||||
Q_UNUSED(option);
|
||||
Q_UNUSED(widget);
|
||||
painter->save();
|
||||
|
||||
QStyleOptionViewItemV4 styleOption;
|
||||
|
||||
Reference in New Issue
Block a user