Fixed VC "'*/' found outside of comment" warning.

This commit is contained in:
Mark Morschhäuser 2014-03-11 15:04:26 +01:00
parent e33debcbff
commit 49227ad44c
10 changed files with 11 additions and 11 deletions

View file

@ -75,7 +75,7 @@ QRectF HandZone::boundingRect() const
return QRectF(0, 0, 100, zoneHeight);
}
void HandZone::paint(QPainter *painter, const QStyleOptionGraphicsItem */*option*/, QWidget */*widget*/)
void HandZone::paint(QPainter *painter, const QStyleOptionGraphicsItem * /*option*/, QWidget * /*widget*/)
{
if (bgPixmap.isNull())
painter->fillRect(boundingRect(), Qt::darkGreen);