mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-19 00:07:15 -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;
|
QString projectsDirectories() const;
|
||||||
%Docstring
|
%Docstring
|
||||||
Returns the directory used by the landing page service to find .qgs and
|
Returns the directories used by the landing page service to find .qgs
|
||||||
.qgz projects.
|
and .qgz projects. Multiple directories can be specified by separating
|
||||||
|
them with '||'.
|
||||||
|
|
||||||
.. versionadded:: 3.16
|
.. versionadded:: 3.16
|
||||||
%End
|
%End
|
||||||
|
|
||||||
QString projectsPgConnections() const;
|
QString projectsPgConnections() const;
|
||||||
%Docstring
|
%Docstring
|
||||||
Returns the PostgreSQL connection string used by the landing page
|
Returns the PostgreSQL connection strings used by the landing page
|
||||||
service to find projects.
|
service to find projects. Multiple connections can be specified by
|
||||||
|
separating them with '||'.
|
||||||
|
|
||||||
.. versionadded:: 3.16
|
.. versionadded:: 3.16
|
||||||
%End
|
%End
|
||||||
|
@ -208,15 +208,17 @@ class SERVER_EXPORT QgsServerSettings
|
|||||||
int wmsMaxWidth() const;
|
int wmsMaxWidth() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the directory used by the landing page service to find .qgs and
|
* Returns the directories used by the landing page service to find .qgs
|
||||||
* .qgz projects.
|
* and .qgz projects. Multiple directories can be specified by separating
|
||||||
|
* them with '||'.
|
||||||
* \since QGIS 3.16
|
* \since QGIS 3.16
|
||||||
*/
|
*/
|
||||||
QString projectsDirectories() const;
|
QString projectsDirectories() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the PostgreSQL connection string used by the landing page
|
* Returns the PostgreSQL connection strings used by the landing page
|
||||||
* service to find projects.
|
* service to find projects. Multiple connections can be specified by
|
||||||
|
* separating them with '||'.
|
||||||
* \since QGIS 3.16
|
* \since QGIS 3.16
|
||||||
*/
|
*/
|
||||||
QString projectsPgConnections() const;
|
QString projectsPgConnections() const;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user