Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix docs
  • Loading branch information
alexbruy committed Apr 15, 2020
1 parent baf7729 commit 261553d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions python/gui/auto_generated/qgisinterface.sip.in
Expand Up @@ -539,9 +539,12 @@ Returns the native draw action.
virtual QAction *actionAddRasterLayer() = 0;
virtual QAction *actionAddPgLayer() = 0;
virtual QAction *actionAddWmsLayer() = 0;

virtual QAction *actionAddXyzLayer() = 0;
%Docstring
Returns the native Add XYZ layer action.

.. versionadded:: 3.14
%End
virtual QAction *actionAddAfsLayer() = 0;
%Docstring
Expand Down
6 changes: 5 additions & 1 deletion src/gui/qgisinterface.h
Expand Up @@ -479,7 +479,11 @@ class GUI_EXPORT QgisInterface : public QObject
virtual QAction *actionAddRasterLayer() = 0;
virtual QAction *actionAddPgLayer() = 0;
virtual QAction *actionAddWmsLayer() = 0;
//! Returns the native Add XYZ layer action.

/**
* Returns the native Add XYZ layer action.
* \since QGIS 3.14
*/
virtual QAction *actionAddXyzLayer() = 0;
//! Returns the native Add ArcGIS FeatureServer action.
virtual QAction *actionAddAfsLayer() = 0;
Expand Down

0 comments on commit 261553d

Please sign in to comment.