Skip to content

Commit 850a1ee

Browse files
committedMay 29, 2014
fix doxygen warning
1 parent c1f50db commit 850a1ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎python/core/qgsmaprenderer.sip‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ class QgsMapRenderer : QObject
134134
~QgsMapRenderer();
135135

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

‎src/core/qgsmaprenderer.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ class CORE_EXPORT QgsMapRenderer : public QObject
171171
~QgsMapRenderer();
172172

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

0 commit comments

Comments
 (0)
Please sign in to comment.