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

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


SVN commit 994331 by jmhoffmann:

Remove redundant object constructions.


 M  +4 -4      GeoSceneVector.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneVector.cpp #994330:994331
@@ -26,10 +26,10 @@
 
 GeoSceneVector::GeoSceneVector( const QString& name )
     : GeoSceneAbstractDataset( name ),
-      m_sourceFile( "" ),
-      m_feature( "" ),
-      m_pen( QPen() ),
-      m_brush( QBrush() )
+      m_sourceFile(),
+      m_feature(),
+      m_pen(),
+      m_brush()
 {
 }
 


More information about the Marble-commits mailing list