mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-30 00:04:26 -04:00
Fix indent and documentation
This commit is contained in:
parent
92d3958370
commit
bfc081d3dd
src/server
@ -65,6 +65,7 @@ class QgsOWSServer
|
||||
const QgsAccessControl* mAccessControl;
|
||||
|
||||
#ifdef HAVE_SERVER_PYTHON_PLUGINS
|
||||
|
||||
/** Apply filter strings from the access control to the layers.
|
||||
* @param layer the concerned layer
|
||||
* @param originalLayerFilters the original layer filter
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include <QStringList>
|
||||
#include <QPair>
|
||||
#include <QColor>
|
||||
#include <QPair>
|
||||
#include <QHash>
|
||||
|
||||
#include "qgis_server.h"
|
||||
@ -47,7 +46,11 @@ typedef QMultiMap< int, QgsColorBox > QgsColorBoxMap; // sum of pixels / color b
|
||||
class SERVER_EXPORT QgsRequestHandler
|
||||
{
|
||||
public:
|
||||
// QgsServerRequest and QgsServerResponse MUST live in the same scope
|
||||
|
||||
/** Constructor
|
||||
*
|
||||
* Note that QgsServerRequest and QgsServerResponse MUST live in the same scope
|
||||
*/
|
||||
explicit QgsRequestHandler( QgsServerRequest& request, QgsServerResponse& response );
|
||||
~QgsRequestHandler();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user