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

Torsten Rahn tackat at kde.org
Sat Aug 8 17:24:29 CEST 2009


SVN commit 1008886 by rahn:


- Initial commit of GeoDataLod and GeoDataRegion header files 
- API docs for these classes
- minor fixes



 M  +2 -2      geodata/data/GeoDataLineString.h  
 A             geodata/data/GeoDataLod.h   [License: LGPL]
 A             geodata/data/GeoDataRegion.h   [License: LGPL]
 M  +3 -3      graphicsview/GeoGraphicsItem.h  


--- trunk/KDE/kdeedu/marble/src/lib/geodata/data/GeoDataLineString.h #1008885:1008886
@@ -5,8 +5,8 @@
 // find a copy of this license in LICENSE.txt in the top directory of
 // the source code.
 //
-// Copyright 2008 Torsten Rahn <tackat at kde.org>
-// Copyright 2009 Patrick Spendrin <ps_ml at gmx.de>
+// Copyright 2008-2009  Torsten Rahn <tackat at kde.org>
+// Copyright 2009       Patrick Spendrin <ps_ml at gmx.de>
 //
 
 
--- trunk/KDE/kdeedu/marble/src/lib/graphicsview/GeoGraphicsItem.h #1008885:1008886
@@ -113,9 +113,9 @@
     void setMinLodPixels( int pixels );
 
     /**
-     * Returns the minimum number of pixels the GeoGraphicsItem has to be projected on for this item
-     * to be considered as active. -1 would mean no maximum number of pixels which is also the
-     * standard value.
+     * Returns the maximum number of pixels the GeoGraphicsItem has to be
+     * projected on for this item to be considered as active. -1 would mean no
+     * maximum number of pixels which is also the standard value.
      */
     int maxLodPixels() const;
 


More information about the Marble-commits mailing list