[Marble-commits] KDE/kdeedu/marble/src/lib/geodata/scene

Jens-Michael Hoffmann jensmh at gmx.de
Fri Jul 10 16:50:51 CEST 2009


SVN commit 994379 by jmhoffmann:

- Remove unnecessary user defined dtor,
- no need to declare ctor as explicit.


 M  +0 -4      GeoScenePalette.cpp  
 M  +1 -2      GeoScenePalette.h  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoScenePalette.cpp #994378:994379
@@ -31,10 +31,6 @@
 {
 }
 
-GeoScenePalette::~GeoScenePalette()
-{
-}
-
 QString GeoScenePalette::type() const
 {
     return m_type;
--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoScenePalette.h #994378:994379
@@ -36,8 +36,7 @@
 class GeoScenePalette : public GeoNode
 {
  public:
-    explicit GeoScenePalette( const QString& type, const QString& file );
-    ~GeoScenePalette();
+    GeoScenePalette( const QString& type, const QString& file );
 
     QString type() const;
     void    setType( const QString& type );


More information about the Marble-commits mailing list