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

List:       kde-commits
Subject:    koffice/interfaces
From:       Johannes Simon <johannes.simon () gmail ! com>
Date:       2008-04-13 8:23:48
Message-ID: 1208075028.306326.21430.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 796305 by jsimon:

* Make the koChart class a pure virtual interface:
 * move implementation of koChart interface deconstructor to header
 * remove constructor



 M  +0 -8      koChart.cc  
 M  +1 -2      koChart.h  


--- trunk/koffice/interfaces/koChart.cc #796304:796305
@@ -55,12 +55,4 @@
     return 0;
 }
 
-ChartInterface::ChartInterface()
-{
-}
-
-ChartInterface::~ChartInterface()
-{
-}
-
 #include "koChart.moc"
--- trunk/koffice/interfaces/koChart.h #796304:796305
@@ -79,8 +79,7 @@
     class KOCHART_EXPORT ChartInterface
     {
     public:
-        ChartInterface();
-        virtual ~ChartInterface();
+        virtual ~ChartInterface() {};
 
         virtual void setModel( QAbstractItemModel* model, 
                                bool takeOwnershipOfModel = false ) = 0;
[prev in list] [next in list] [prev in thread] [next in thread] 

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