Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix doxygen warning
  • Loading branch information
jef-n committed May 29, 2014
1 parent c1f50db commit 850a1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/core/qgsmaprenderer.sip
Expand Up @@ -134,6 +134,7 @@ class QgsMapRenderer : QObject
~QgsMapRenderer();

//! starts rendering
//! @param painter painter to render to
//! @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 );

Expand Down
1 change: 1 addition & 0 deletions src/core/qgsmaprenderer.h
Expand Up @@ -171,6 +171,7 @@ class CORE_EXPORT QgsMapRenderer : public QObject
~QgsMapRenderer();

//! starts rendering
//! @param painter painter to render to
//! @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 );

Expand Down

0 comments on commit 850a1ee

Please sign in to comment.