Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update sip binding
  • Loading branch information
pblottiere committed Jul 13, 2018
1 parent 135bb87 commit 1ca1bd6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/server/auto_generated/qgsaccesscontrol.sip.in
Expand Up @@ -16,7 +16,7 @@
class QgsAccessControl : QgsFeatureFilterProvider
{
%Docstring
A helper class that centralize the restrictions given by all the access control filter plugins.
A helper class that centralizes restrictions given by all the access control filter plugins.

.. versionadded:: 2.14
%End
Expand Down
2 changes: 2 additions & 0 deletions python/server/auto_generated/qgsconfigcache.sip.in
Expand Up @@ -32,6 +32,8 @@ Returns the current instance.
void removeEntry( const QString &path );
%Docstring
Removes an entry from cache.

:param path: The path of the project
%End

const QgsProject *project( const QString &path );
Expand Down
5 changes: 4 additions & 1 deletion python/server/auto_generated/qgsmapserviceexception.sip.in
Expand Up @@ -32,7 +32,10 @@ The most important codes are:

QgsMapServiceException( const QString &code, const QString &message );
%Docstring
Constructor.
Constructor for QgsMapServiceException.

:param code: HTTP error code
:param message: Exception message to return to the client
%End
};

Expand Down
3 changes: 1 addition & 2 deletions python/server/auto_generated/qgsserversettings.sip.in
Expand Up @@ -15,8 +15,7 @@
class QgsServerSettings
{
%Docstring
QgsServerSettings provides a way to retrieve settings by prioritizing
according to environment variables, ini file and default values.
Provides a way to retrieve settings by prioritizing according to environment variables, ini file and default values.

.. versionadded:: 3.0
%End
Expand Down

0 comments on commit 1ca1bd6

Please sign in to comment.