Skip to content

Commit

Permalink
Update sip binding
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Aug 27, 2020
1 parent 94e9a91 commit 028634f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions python/server/auto_generated/qgsserversettings.sip.in
Expand Up @@ -50,6 +50,7 @@ Provides some enum describing the environment currently supported for configurat
QGIS_SERVER_API_RESOURCES_DIRECTORY,
QGIS_SERVER_API_WFS3_MAX_LIMIT,
QGIS_SERVER_TRUST_LAYER_METADATA,
QGIS_SERVER_DISABLE_GETPRINT,
QGIS_SERVER_LANDING_PAGE_PROJECTS_DIRECTORIES,
QGIS_SERVER_LANDING_PAGE_PROJECTS_PG_CONNECTIONS
};
Expand Down Expand Up @@ -257,19 +258,20 @@ variable QGIS_SERVER_TRUST_LAYER_METADATA.
.. versionadded:: 3.16
%End

<<<<<<< HEAD
bool getPrintDisabled() const;
%Docstring
Returns ``True`` if WMS GetPrint request is disabled and the project's
reading flag DONT_LOAD_LAYOUTS is activated.

The default value is ``False``, this value can be changed by setting the environment
variable QGIS_SERVER_DISABLE_GETPRINT.
=======

.. versionadded:: 3.16
%End

static QString name( QgsServerSettingsEnv::EnvVar env );
%Docstring
Returns the string representation of a setting.
>>>>>>> 63c64d45a6... Add name method

.. versionadded:: 3.16
%End
Expand Down
2 changes: 1 addition & 1 deletion src/server/qgsserversettings.h
Expand Up @@ -273,7 +273,7 @@ class SERVER_EXPORT QgsServerSettings
*/
bool getPrintDisabled() const;

/*
/**
* Returns the string representation of a setting.
* \since QGIS 3.16
*/
Expand Down

0 comments on commit 028634f

Please sign in to comment.