[Digikam-devel] [Bug 295104] sdt namespace ambiguity in BlurFilter [patch]

Gilles Caulier caulier.gilles at gmail.com
Thu Mar 1 08:27:37 GMT 2012


https://bugs.kde.org/show_bug.cgi?id=295104





--- Comment #4 from Gilles Caulier <caulier gilles gmail com>  2012-03-01 08:27:36 ---
tropikhajm,

It's safe to remplace all supported match.h function into qmath.h from Qt4 :

pow => qPow
log => qLn
exp => qExp
sin => qSin
cos => qCos
tan => qTan
floor => qFloor
ceil => qCeil
asin => qAsin
acos => qAcos
fabs => qFabs
atan => qAtan
atan2 => qAtan2
sqrt => qSqrt

Removing cmath.h from file is safe too, because it's included to qmath.h.

If you have more similar patches to apply about this math functions, please
follow this way.

Thanks in advance

Gilles Caulier

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Digikam-devel mailing list