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

List:       kde-commits
Subject:    extragear/graphics/digikam/libs
From:       Andi Clemens <andi.clemens () gmx ! net>
Date:       2010-09-25 12:58:22
Message-ID: 20100925130357.1E14BAC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1179440 by aclemens:

Fix method name

 M  +3 -3      dimg/filters/curves/imagecurves.cpp  
 M  +1 -1      dimg/filters/curves/imagecurves.h  
 M  +1 -1      widgets/common/curveswidget.cpp  


--- trunk/extragear/graphics/digikam/libs/dimg/filters/curves/imagecurves.cpp #1179439:1179440
@@ -140,7 +140,7 @@
     delete d;
 }
 
-void ImageCurves::fillFromOtherCurvers(ImageCurves* otherCurves)
+void ImageCurves::fillFromOtherCurves(ImageCurves* otherCurves)
 {
 
     kDebug() << "Filling this curve from other curve " << otherCurves;
@@ -746,7 +746,7 @@
                     curve8.setCurvePoint(channel, i, QPoint(index, vals.point(index).y()));
                 }
                 curve8.curvesCalculateCurve(channel);
-                curve16.fillFromOtherCurvers(&curve8);
+                curve16.fillFromOtherCurves(&curve8);
 
                 for (int j = 0 ; j <= d->segmentMax ; ++j)
                     setCurveValue(channel, j, curve16.getCurveValue(channel, j));
@@ -762,7 +762,7 @@
                     curve16.setCurvePoint(channel, i, QPoint(index, vals.point(index).y()));
                 }
                 curve16.curvesCalculateCurve(channel);
-                curve8.fillFromOtherCurvers(&curve16);
+                curve8.fillFromOtherCurves(&curve16);
 
                 for (int j = 0 ; j <= d->segmentMax ; ++j)
                     setCurveValue(channel, j, curve8.getCurveValue(channel, j));
--- trunk/extragear/graphics/digikam/libs/dimg/filters/curves/imagecurves.h #1179439:1179440
@@ -81,7 +81,7 @@
      *
      * @param otherCurves other curves object to adapt config from
      */
-    void fillFromOtherCurvers(ImageCurves* otherCurves);
+    void fillFromOtherCurves(ImageCurves* otherCurves);
 
     // Methods for to manipulate the curves data.
 
--- trunk/extragear/graphics/digikam/libs/widgets/common/curveswidget.cpp #1179439:1179440
@@ -461,7 +461,7 @@
     newCurves->setCurveType(ImageCurves::CURVE_SMOOTH);
     if (d->curves)
     {
-        newCurves->fillFromOtherCurvers(d->curves);
+        newCurves->fillFromOtherCurves(d->curves);
         delete d->curves;
     }
     d->curves = newCurves;
[prev in list] [next in list] [prev in thread] [next in thread] 

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