Skip to content

Commit

Permalink
fix missing doc annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Samweli authored and nyalldawson committed Apr 17, 2021
1 parent 795028c commit d745d55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Expand Up @@ -73,6 +73,8 @@ Adds uri parameters relating to the settings for a WFS layer on the connection t
Adds uri parameters relating to the settings for a WCS layer on the connection to a :py:class:`QgsDataSourceUri` ``uri``.

.. seealso:: :py:func:`addWmsConnectionSettings`

.. versionadded:: 3.20
%End


Expand Down
Expand Up @@ -56,6 +56,7 @@ server instance, for instance requesting all available layers or layer styles.
QString title;
QString wmsURL;
QString wfsURL;
QString wcsURL;
QString xyzURL;
BackendServer server;
};
Expand Down
2 changes: 2 additions & 0 deletions src/core/geocms/geonode/qgsgeonodeconnection.h
Expand Up @@ -74,6 +74,8 @@ class CORE_EXPORT QgsGeoNodeConnection
/**
* Adds uri parameters relating to the settings for a WCS layer on the connection to a QgsDataSourceUri \a uri.
* \see addWmsConnectionSettings()
*
* \since QGIS 3.20
*/
QgsDataSourceUri &addWcsConnectionSettings( QgsDataSourceUri &uri ) const;

Expand Down

0 comments on commit d745d55

Please sign in to comment.