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