Avoid warning.

svn path=/trunk/KDE/kdebase/workspace/; revision=786354
This commit is contained in:
Luboš Luňák 2008-03-16 20:49:11 +00:00
parent e25943a913
commit 3cf3c180c6

View file

@ -161,7 +161,7 @@ void FlipSwitchEffect::paintScreen( int mask, QRegion region, ScreenPaintData& d
animateZOffset = z+progress*(stackZ-z);
rotation = progress*0.25;
}
else if( stop )
else // = if( stop )
{
animateXOffset = stackX+progress*(x-stackX);
animateYOffset = stackY+progress*(y-stackY);