fix method signature; qreal != double on ARM.
svn path=/trunk/KDE/kdebase/workspace/; revision=1021353
This commit is contained in:
parent
f642eab20b
commit
298dc3051a
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ void AuroraeButton::mouseReleaseEvent(QMouseEvent *e)
|
||||||
KCommonDecorationButton::mouseReleaseEvent(e);
|
KCommonDecorationButton::mouseReleaseEvent(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AuroraeButton::animationUpdate(double progress, int id)
|
void AuroraeButton::animationUpdate(qreal progress, int id)
|
||||||
{
|
{
|
||||||
Q_UNUSED(id)
|
Q_UNUSED(id)
|
||||||
m_animationProgress = progress;
|
m_animationProgress = progress;
|
||||||
|
|
Loading…
Reference in a new issue