Hide unused parameters in cockatrice/ to avoid warnings

This commit is contained in:
Fabio Bas 2014-07-24 18:27:02 +02:00
parent 13bd35e020
commit d9577f0d6c
5 changed files with 7 additions and 7 deletions

View file

@ -43,7 +43,7 @@ void ReplayTimelineWidget::setTimeline(const QList<int> &_replayTimeline)
update();
}
void ReplayTimelineWidget::paintEvent(QPaintEvent *event)
void ReplayTimelineWidget::paintEvent(QPaintEvent * /* event */)
{
QPainter painter(this);
painter.drawRect(0, 0, width() - 1, height() - 1);