quiet the compiler
This commit is contained in:
parent
c462eabf81
commit
701760f7aa
@ -72,6 +72,8 @@ void RotationAnimation::setAngle(const qreal &angle)
|
||||
|
||||
void RotationAnimation::updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState)
|
||||
{
|
||||
Q_UNUSED(newState)
|
||||
Q_UNUSED(oldState)
|
||||
QGraphicsWidget *m_object = targetWidget();
|
||||
|
||||
if (!m_object) {
|
||||
|
Loading…
Reference in New Issue
Block a user