fix doxygen warning

This commit is contained in:
Juergen E. Fischer 2014-05-29 02:34:27 +02:00
parent c1f50db1ac
commit 850a1eeebd
2 changed files with 2 additions and 0 deletions

View File

@ -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 );

View File

@ -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 );