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

List:       kde-commits
Subject:    extragear/graphics/digikam/utilities/queuemanager
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2010-09-13 12:54:58
Message-ID: 20100913125458.A4C54AC887 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1174868 by cgilles:

constify


 M  +1 -1      batchtool.cpp  
 M  +1 -1      batchtool.h  


--- trunk/extragear/graphics/digikam/utilities/queuemanager/batchtool.cpp \
#1174867:1174868 @@ -354,7 +354,7 @@
     return b;
 }
 
-DImg& BatchTool::image()
+DImg& BatchTool::image() const
 {
     return d->image;
 }
--- trunk/extragear/graphics/digikam/utilities/queuemanager/batchtool.h \
#1174867:1174868 @@ -211,7 +211,7 @@
 
     /** Return a reference of internal DImg container used to modify image data.
      */
-    DImg& image();
+    DImg& image() const;
 
     /** Return true if cancel() have been called. Use this method to stop loop in \
                your toolOperations() implementation.
      */


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

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