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

Thibaut Gridel tgridel at free.fr
Sat Jul 17 00:34:47 CEST 2010


SVN commit 1150825 by tgridel:

fix warning for overloaded setParent

 M  +0 -6      GeoDataRegion.cpp  
 M  +0 -5      GeoDataRegion.h  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataRegion.cpp #1150824:1150825
@@ -59,12 +59,6 @@
 }
 
 
-void GeoDataRegion::setParent( GeoDataFeature * feature )
-{
-    d->m_parent = feature;
-}
-
-
 GeoDataLatLonAltBox& GeoDataRegion::latLonAltBox() const
 {
     QMutexLocker locker( &d->m_mutex );
--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataRegion.h #1150824:1150825
@@ -83,12 +83,7 @@
     virtual QString nodeType() const;
 
 
-/*!
-    \brief Assigns a feature associated as a parent
-*/
-    void setParent( GeoDataFeature * feature );
 
-    
 /*!
     \brief Returns a geodesic bounding box ("latLonAltBox") of the region.
     Returns a geodesic bounding box that describes the extent of a feature or


More information about the Marble-commits mailing list