Fix doc string

This commit is contained in:
Alessandro Pasotti 2018-09-05 18:47:22 +02:00 committed by Nyall Dawson
parent 4acb34fa92
commit 123905a17a
2 changed files with 10 additions and 0 deletions

View File

@ -73,7 +73,12 @@ if no algorithm is currently selected.
Sets ``filters`` controlling the view's contents.
%End
void setInPlaceLayerType( QgsWkbTypes::GeometryType type );
%Docstring
Sets geometry \type for the in-place algorithms
@param type
%End
public slots:

View File

@ -85,6 +85,11 @@ class GUI_EXPORT QgsProcessingToolboxTreeView : public QTreeView
*/
void setFilters( QgsProcessingToolboxProxyModel::Filters filters );
/**
* Sets geometry \type for the in-place algorithms
* @param type
*/
void setInPlaceLayerType( QgsWkbTypes::GeometryType type );
public slots: