Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Update doc for QgsOWSServerFilterRestorer
- Loading branch information
Showing
with
3 additions
and
0 deletions.
-
+3
−0
src/server/qgsfilterrestorer.h
|
@@ -35,6 +35,9 @@ class SERVER_EXPORT QgsOWSServerFilterRestorer |
|
|
{ |
|
|
public: |
|
|
|
|
|
/** |
|
|
* Constructor. |
|
|
*/ |
|
|
QgsOWSServerFilterRestorer() = default; |
|
|
|
|
|
//! Destructor. When object is destroyed all original layer filters will be restored. |
|
|