mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Change binding for QgsMapRenderer::render
This commit is contained in:
parent
edd71999d0
commit
d4aa0ed62a
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user