Slow animation

This commit is contained in:
craig
2012-01-21 22:58:23 +00:00
committed by craig
parent b5c7e43041
commit 2900bcb684

View File

@@ -89,7 +89,7 @@ void ActionLabel::startAnimation()
{
count=0;
setPixmap(*theIcons[0]);
timer->start(1000/constNumIcons);
timer->start(2000/constNumIcons);
}
void ActionLabel::stopAnimation()