equal
deleted
inserted
replaced
90 return; |
90 return; |
91 |
91 |
92 if (m_object) |
92 if (m_object) |
93 m_object->setRect(m_current); |
93 m_object->setRect(m_current); |
94 } |
94 } |
95 |
|
96 void RectAnimation::updateState(QAbstractAnimation::State state) |
|
97 { |
|
98 Q_UNUSED(state); |
|
99 } |
|