[QGIS Commit] r14373 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Oct 13 15:39:44 EDT 2010


Author: timlinux
Date: 2010-10-13 12:39:44 -0700 (Wed, 13 Oct 2010)
New Revision: 14373

Modified:
   trunk/qgis/src/core/qgsmaprenderer.h
Log:
Small fix to doxygen docs for maprenderer class

Modified: trunk/qgis/src/core/qgsmaprenderer.h
===================================================================
--- trunk/qgis/src/core/qgsmaprenderer.h	2010-10-13 19:37:34 UTC (rev 14372)
+++ trunk/qgis/src/core/qgsmaprenderer.h	2010-10-13 19:39:44 UTC (rev 14373)
@@ -151,7 +151,7 @@
     //! sets destination spatial reference system
     void setDestinationSrs( const QgsCoordinateReferenceSystem& srs );
 
-    //! returns CRS ID of destination spatial reference system
+    //! returns CRS of destination spatial reference system
     const QgsCoordinateReferenceSystem& destinationSrs();
 
     void setOutputUnits( OutputUnits u ) {mOutputUnits = u;}



More information about the QGIS-commit mailing list