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@14373 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 13, 2010
1 parent 4ef44dd commit 5474289
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
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;}
Expand Down

0 comments on commit 5474289

Please sign in to comment.