Change binding for QgsMapRenderer::render

This commit is contained in:
Marco Hugentobler 2012-12-16 11:05:51 +01:00
parent edd71999d0
commit d4aa0ed62a

View File

@ -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 );