Usual ARM compilation fixes.
svn path=/trunk/KDE/kdelibs/; revision=1140767
This commit is contained in:
parent
79e61661e7
commit
c6a70060ed
@ -134,7 +134,7 @@ void RippleEffect::draw(QPainter *painter)
|
|||||||
}
|
}
|
||||||
|
|
||||||
int x, y;
|
int x, y;
|
||||||
if (qFuzzyCompare(m_opacity, 0.0)) {
|
if (qFuzzyCompare(m_opacity, qreal(0.0))) {
|
||||||
for (x = 0; x < currentImage.width(); ++x) {
|
for (x = 0; x < currentImage.width(); ++x) {
|
||||||
memset(m_currentMap[x], 0, sizeof(int) * currentImage.height());
|
memset(m_currentMap[x], 0, sizeof(int) * currentImage.height());
|
||||||
memset(m_previousMap[x], 0, sizeof(int) * currentImage.height());
|
memset(m_previousMap[x], 0, sizeof(int) * currentImage.height());
|
||||||
|
Loading…
Reference in New Issue
Block a user