We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd7199 commit d4aa0edCopy full SHA for d4aa0ed
python/core/qgsmaprenderer.sip
@@ -95,7 +95,7 @@ class QgsMapRenderer : QObject
95
96
//! starts rendering
97
//! @ param forceWidthScale Force a specific scale factor for line widths and marker sizes. Automatically calculated from output device DPI if 0
98
- void render( QPainter* painter, double* forceWidthScale = 0 );
+ void render( QPainter* painter );
99
100
//! sets extent and checks whether suitable (returns false if not)
101
bool setExtent( const QgsRectangle& extent );
0 commit comments