mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fix doxygen warning
This commit is contained in:
parent
c1f50db1ac
commit
850a1eeebd
@ -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 );
|
||||
|
||||
|
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user