Skip to content

Commit

Permalink
fix Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 14, 2020
1 parent 980fbe8 commit baf7729
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/gui/auto_generated/qgisinterface.sip.in
Expand Up @@ -540,6 +540,9 @@ Returns the native draw action.
virtual QAction *actionAddPgLayer() = 0;
virtual QAction *actionAddWmsLayer() = 0;
virtual QAction *actionAddXyzLayer() = 0;
%Docstring
Returns the native Add XYZ layer action.
%End
virtual QAction *actionAddAfsLayer() = 0;
%Docstring
Returns the native Add ArcGIS FeatureServer action.
Expand Down
1 change: 1 addition & 0 deletions src/gui/qgisinterface.h
Expand Up @@ -479,6 +479,7 @@ 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.
virtual QAction *actionAddXyzLayer() = 0;
//! Returns the native Add ArcGIS FeatureServer action.
virtual QAction *actionAddAfsLayer() = 0;
Expand Down

0 comments on commit baf7729

Please sign in to comment.