Skip to content

Commit

Permalink
Update doc for QgsRenderer
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Mar 27, 2019
1 parent 389076f commit ca602ec
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/server/services/wms/qgswmsrenderer.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,16 @@ namespace QgsWms
{
public:

/**
* Constructor for QgsRenderer.
* \param context The rendering context.
* \since QGIS 3.8
*/
QgsRenderer( const QgsWmsRenderContext &context );

/**
* Destructor for QgsRenderer.
*/
~QgsRenderer();

/**
Expand Down

0 comments on commit ca602ec

Please sign in to comment.