]> cloud.milkyroute.net Git - dolphin.git/commit
Use qAbs() instead of fabs(). The values in question are integers
authorFrank Reininghaus <frank78ac@googlemail.com>
Sat, 13 Jun 2009 10:05:35 +0000 (10:05 +0000)
committerFrank Reininghaus <frank78ac@googlemail.com>
Sat, 13 Jun 2009 10:05:35 +0000 (10:05 +0000)
commitf44125b0438b073fb9d6ab88a7530000ba8ea5ba
tree37a82fe02051b5609d9e93c0c9f088ebde6dd89b
parent6e745224228ea099f1834cc5b8c2dff15a0145bc
Use qAbs() instead of fabs(). The values in question are integers
anyway (so fabs() is not the 'right' function for them), and this
change makes the Sun Studio compiler happy.

Thanks to tropikhajma at gmail.com for the patch.

BUG: 196265

svn path=/trunk/KDE/kdebase/apps/; revision=981325
src/dolphinviewautoscroller.cpp