[Marble-commits] KDE/kdeedu/marble

Thibaut Gridel tgridel at free.fr
Sat Aug 15 14:58:13 CEST 2009


SVN commit 1011688 by tgridel:

fix

 M  +1 -1      src/lib/PlacemarkManager.cpp  
 M  +1 -1      tests/TestOsmAnnotation.cpp  


--- trunk/KDE/kdeedu/marble/src/lib/PlacemarkManager.cpp #1011687:1011688
@@ -43,7 +43,7 @@
         PlacemarkManagerPrivate( )
         : m_model( 0 )
         , m_geomodel( 0 )
-        , m_fileViewModel( new FileViewModel(parent ) )
+        , m_fileViewModel( new FileViewModel() )
         , m_finalized( true )
         , m_target( QString() )
         {
--- trunk/KDE/kdeedu/marble/tests/TestOsmAnnotation.cpp #1011687:1011688
@@ -29,7 +29,7 @@
 
 void TestOsmAnnotation::initTestCase()
 {
-    PlacemarkTextAnnotation* standard;
+//    PlacemarkTextAnnotation* standard;
 //    uncomment the following to get the Undefined references
 //    standard = new PlacemarkTextAnnotation();
 //    standard->setName( "Standard Annon" );


More information about the Marble-commits mailing list