mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-15 00:02:52 -04:00
Update doc
This commit is contained in:
parent
5a7e3c174a
commit
d601f93ad1
@ -157,16 +157,18 @@ Returns the server-wide max width of a WMS GetMap request. The lower one of this
|
||||
|
||||
QString projectsDirectories() const;
|
||||
%Docstring
|
||||
Returns the directory used by the landing page service to find .qgs and
|
||||
.qgz projects.
|
||||
Returns the directories used by the landing page service to find .qgs
|
||||
and .qgz projects. Multiple directories can be specified by separating
|
||||
them with '||'.
|
||||
|
||||
.. versionadded:: 3.16
|
||||
%End
|
||||
|
||||
QString projectsPgConnections() const;
|
||||
%Docstring
|
||||
Returns the PostgreSQL connection string used by the landing page
|
||||
service to find projects.
|
||||
Returns the PostgreSQL connection strings used by the landing page
|
||||
service to find projects. Multiple connections can be specified by
|
||||
separating them with '||'.
|
||||
|
||||
.. versionadded:: 3.16
|
||||
%End
|
||||
|
@ -208,15 +208,17 @@ class SERVER_EXPORT QgsServerSettings
|
||||
int wmsMaxWidth() const;
|
||||
|
||||
/**
|
||||
* Returns the directory used by the landing page service to find .qgs and
|
||||
* .qgz projects.
|
||||
* Returns the directories used by the landing page service to find .qgs
|
||||
* and .qgz projects. Multiple directories can be specified by separating
|
||||
* them with '||'.
|
||||
* \since QGIS 3.16
|
||||
*/
|
||||
QString projectsDirectories() const;
|
||||
|
||||
/**
|
||||
* Returns the PostgreSQL connection string used by the landing page
|
||||
* service to find projects.
|
||||
* Returns the PostgreSQL connection strings used by the landing page
|
||||
* service to find projects. Multiple connections can be specified by
|
||||
* separating them with '||'.
|
||||
* \since QGIS 3.16
|
||||
*/
|
||||
QString projectsPgConnections() const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user