hush the compiler

This commit is contained in:
Aaron Seigo 2011-05-27 12:12:43 +02:00
parent 628b80809f
commit da422ce39d

View File

@ -166,6 +166,7 @@ void PixmapTransition::updateState(QAbstractAnimation::State newState, QAbstract
void PixmapTransition::updateEffectiveTime(int currentTime) void PixmapTransition::updateEffectiveTime(int currentTime)
{ {
Q_UNUSED(currentTime)
m_dirty = true; m_dirty = true;
QGraphicsWidget *w = targetWidget(); QGraphicsWidget *w = targetWidget();
if (w) { if (w) {