Skip to content
Permalink
Browse files
Change binding for QgsMapRenderer::render
  • Loading branch information
mhugent committed Dec 16, 2012
1 parent edd7199 commit d4aa0ed
Showing 1 changed file with 1 addition and 1 deletion.
@@ -95,7 +95,7 @@ class QgsMapRenderer : QObject

//! starts rendering
//! @ param forceWidthScale Force a specific scale factor for line widths and marker sizes. Automatically calculated from output device DPI if 0
void render( QPainter* painter, double* forceWidthScale = 0 );
void render( QPainter* painter );

//! sets extent and checks whether suitable (returns false if not)
bool setExtent( const QgsRectangle& extent );

0 comments on commit d4aa0ed

Please sign in to comment.