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

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


SVN commit 994444 by jmhoffmann:

Just use QStrings default ctor.


 M  +2 -2      GeoSceneItem.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/scene/GeoSceneItem.cpp #994443:994444
@@ -29,8 +29,8 @@
 GeoSceneItem::GeoSceneItem( const QString& name )
     : m_icon(new GeoSceneIcon),
       m_name( name ),
-      m_text( "" ),
-      m_connectTo( "" ),
+      m_text(),
+      m_connectTo(),
       m_checkable( false ),
       m_spacing( 12 )
 {


More information about the Marble-commits mailing list