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

List:       kde-commits
Subject:    koffice/krita/image
From:       Cyrille Berger <cyb () lepi ! org>
Date:       2009-05-05 14:06:56
Message-ID: 1241532416.431275.24731.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 963851 by berger:

add a destructor (remove the need to includ kis_paint_device when using that class)

 M  +4 -0      kis_boundary.cc  
 M  +1 -0      kis_boundary.h  


--- trunk/koffice/krita/image/kis_boundary.cc #963850:963851
@@ -31,6 +31,10 @@
     m_fuzzyness = 255 / 2;
 }
 
+KisBoundary::~KisBoundary()
+{
+}
+
 bool KisBoundary::isDark(quint8 val)
 {
     return val < m_fuzzyness;
--- trunk/koffice/krita/image/kis_boundary.h #963850:963851
@@ -38,6 +38,7 @@
 {
 public:
     KisBoundary(KisPaintDeviceSP dev);
+    ~KisBoundary();
     void generateBoundary(int w, int h);
 
 private:
[prev in list] [next in list] [prev in thread] [next in thread] 

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