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

List:       kde-commits
Subject:    KDE/kdeedu/marble/src/lib/geodata/scene
From:       Jens-Michael Hoffmann <jensmh () gmx ! de>
Date:       2009-07-10 16:53:19
Message-ID: 1247244799.731526.28971.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 994514 by jmhoffmann:

Remove unnecessary user defined ctors and dtors.


 M  +0 -4      GeoSceneLegend.cpp  
 M  +0 -4      GeoSceneProperty.cpp  
 M  +0 -1      GeoSceneProperty.h  
 M  +0 -4      GeoSceneSettings.cpp  
 M  +0 -4      GeoSceneTexture.cpp  
 M  +0 -1      GeoSceneTexture.h  
 M  +0 -4      GeoSceneVector.cpp  
 M  +0 -1      GeoSceneVector.h  
 M  +0 -4      GeoSceneXmlDataSource.cpp  
 M  +0 -1      GeoSceneXmlDataSource.h  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneLegend.cpp #994513:994514
@@ -29,10 +29,6 @@
 class GeoSceneLegendPrivate
 {
   public:
-    GeoSceneLegendPrivate()
-    {
-    }
-
     ~GeoSceneLegendPrivate()
     {
         qDeleteAll( m_sections );
--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneProperty.cpp #994513:994514
@@ -34,10 +34,6 @@
 {
 }
 
-GeoSceneProperty::~GeoSceneProperty()
-{
-}
-
 QString GeoSceneProperty::name() const
 {
     return m_name;
--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneProperty.h #994513:994514
@@ -43,7 +43,6 @@
 
  public:
     explicit GeoSceneProperty( const QString& name );
-    ~GeoSceneProperty();
 
     QString name() const;
     bool available() const;
--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneSettings.cpp #994513:994514
@@ -32,10 +32,6 @@
 class GeoSceneSettingsPrivate
 {
   public:
-    GeoSceneSettingsPrivate()
-    {
-    }
-
     ~GeoSceneSettingsPrivate()
     {
         qDeleteAll(m_properties);
--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneTexture.cpp #994513:994514
@@ -41,10 +41,6 @@
 {
 }
 
-GeoSceneTexture::~GeoSceneTexture()
-{
-}
-
 QString GeoSceneTexture::sourceDir() const
 {
     return m_sourceDir;
--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneTexture.h #994513:994514
@@ -42,7 +42,6 @@
     enum Projection { Equirectangular, Mercator };
 
     explicit GeoSceneTexture( const QString& name );
-    ~GeoSceneTexture();
 
     QString sourceDir() const;
     void setSourceDir( const QString& sourceDir );
--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneVector.cpp #994513:994514
@@ -33,10 +33,6 @@
 {
 }
 
-GeoSceneVector::~GeoSceneVector()
-{
-}
-
 QString GeoSceneVector::sourceFile() const
 {
     return m_sourceFile;
--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneVector.h #994513:994514
@@ -39,7 +39,6 @@
 {
  public:
     explicit GeoSceneVector( const QString& name );
-    ~GeoSceneVector();
 
     QString sourceFile() const;
     void setSourceFile( const QString& sourceFile );
--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneXmlDataSource.cpp #994513:994514
@@ -31,10 +31,6 @@
 {
 }
 
-GeoSceneXmlDataSource::~GeoSceneXmlDataSource()
-{
-}
-
 QString GeoSceneXmlDataSource::filename() const
 {
     return m_filename;
--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneXmlDataSource.h #994513:994514
@@ -40,7 +40,6 @@
 {
  public:
     explicit GeoSceneXmlDataSource( const QString& name );
-    ~GeoSceneXmlDataSource();
 
     QString filename() const;
     void setFilename( const QString& fileName );
[prev in list] [next in list] [prev in thread] [next in thread] 

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