File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ class QgsMapRenderer : QObject
134
134
~QgsMapRenderer();
135
135
136
136
//! starts rendering
137
+ //! @param painter painter to render to
137
138
//! @param forceWidthScale Force a specific scale factor for line widths and marker sizes. Automatically calculated from output device DPI if 0
138
139
void render( QPainter* painter, double* forceWidthScale = 0 );
139
140
Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ class CORE_EXPORT QgsMapRenderer : public QObject
171
171
~QgsMapRenderer ();
172
172
173
173
// ! starts rendering
174
+ // ! @param painter painter to render to
174
175
// ! @param forceWidthScale Force a specific scale factor for line widths and marker sizes. Automatically calculated from output device DPI if 0
175
176
void render ( QPainter* painter, double * forceWidthScale = 0 );
176
177
You can’t perform that action at this time.
0 commit comments