Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix doc string
  • Loading branch information
elpaso authored and nyalldawson committed Sep 14, 2018
1 parent 4acb34f commit 123905a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Expand Up @@ -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:

Expand Down
5 changes: 5 additions & 0 deletions src/gui/processing/qgsprocessingtoolboxtreeview.h
Expand Up @@ -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:
Expand Down

0 comments on commit 123905a

Please sign in to comment.