forked from qt-creator/qt-creator
Removing some unused semicolons after Q_UNUSED
There were both variants, with and without extra semicolon.
This commit is contained in:
@@ -44,8 +44,8 @@ Animation * StyleAnimator::widgetAnimation(const QWidget *widget) const
|
||||
|
||||
void Animation::paint(QPainter *painter, const QStyleOption *option)
|
||||
{
|
||||
Q_UNUSED(option);
|
||||
Q_UNUSED(painter);
|
||||
Q_UNUSED(option)
|
||||
Q_UNUSED(painter)
|
||||
}
|
||||
|
||||
void Animation::drawBlendedImage(QPainter *painter, QRect rect, float alpha)
|
||||
|
||||
Reference in New Issue
Block a user