Skip to content

Commit

Permalink
Update doc for QgsLayerRestorer
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 411ee19 commit 4a66e9e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/server/services/wms/qgslayerrestorer.h
Expand Up @@ -24,7 +24,7 @@

/**
* RAII class to restore layer configuration on destruction (opacity,
* filters, ...)
* filters, ...)
* \since QGIS 3.0
*/
class QgsLayerRestorer
Expand All @@ -40,7 +40,15 @@ class QgsLayerRestorer
};

public:

/**
* Constructor.
*/
QgsLayerRestorer( const QList<QgsMapLayer *> &layers );

/**
* Destructor.
*/
~QgsLayerRestorer();

private:
Expand Down

0 comments on commit 4a66e9e

Please sign in to comment.