[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/krita/image
From:       Marijn Kruisselbrink <m.kruisselbrink () student ! tue ! nl>
Date:       2010-11-22 8:46:58
Message-ID: 20101122084658.2E026AC8A0 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1199523 by mkruisselbrink:

fix compile for ARM

 M  +2 -2      kis_curve_circle_mask_generator.cpp  


--- trunk/koffice/krita/image/kis_curve_circle_mask_generator.cpp #1199522:1199523
@@ -117,11 +117,11 @@
         newList.append(newList.at(1));
         newList[1] = (newList.at(0) + newList.at(2)) * 0.5;
         // transoform it
-        newList[1].setY(qBound(0.0,newList.at(1).y() * softness,1.0));
+        newList[1].setY(qBound<qreal>(0.0,newList.at(1).y() * softness,1.0));
     }else{
         // transform all points except first and last
         for (int i = 1; i < size-1; i++){
-            newList[i].setY(qBound(0.0,newList.at(i).y() * softness,1.0));
+            newList[i].setY(qBound<qreal>(0.0,newList.at(i).y() * softness,1.0));
         }
     }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic