forked from qt-creator/qt-creator
Utils: Remove superfluous qualifications
Change-Id: I36e17dac0cff87f82f0ddaf97bc613389110f218 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
committed by
Tobias Hunger
parent
9f8dbc1d2f
commit
7cee991c70
@@ -205,7 +205,7 @@ void ProgressIndicatorPainter::stopAnimation()
|
||||
/*!
|
||||
\internal
|
||||
*/
|
||||
void Utils::ProgressIndicatorPainter::nextAnimationStep()
|
||||
void ProgressIndicatorPainter::nextAnimationStep()
|
||||
{
|
||||
m_rotation = (m_rotation + m_rotationStep + 360) % 360;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user