Skip to content

Commit

Permalink
Small fix to doxygen docs for maprenderer class
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14373 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 13, 2010
1 parent b2d1862 commit 44a5b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsmaprenderer.h
Expand Up @@ -151,7 +151,7 @@ class CORE_EXPORT QgsMapRenderer : public QObject
//! sets destination spatial reference system //! sets destination spatial reference system
void setDestinationSrs( const QgsCoordinateReferenceSystem& srs ); void setDestinationSrs( const QgsCoordinateReferenceSystem& srs );


//! returns CRS ID of destination spatial reference system //! returns CRS of destination spatial reference system
const QgsCoordinateReferenceSystem& destinationSrs(); const QgsCoordinateReferenceSystem& destinationSrs();


void setOutputUnits( OutputUnits u ) {mOutputUnits = u;} void setOutputUnits( OutputUnits u ) {mOutputUnits = u;}
Expand Down

0 comments on commit 44a5b77

Please sign in to comment.