Skip to content

Commit

Permalink
Update dox
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso authored and nyalldawson committed Sep 14, 2018
1 parent c05aa14 commit 8436813
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
Expand Up @@ -420,9 +420,7 @@ Returns any filters that affect how toolbox content is filtered.

void setInPlaceLayer( QgsVectorLayer *layer );
%Docstring
Sets geometry \type for the in-place algorithms

:param layer: the vector layer for in-place algorithm filter
Sets the vector ``layer`` for in-place algorithm filter
%End

void setFilterString( const QString &filter );
Expand Down
Expand Up @@ -76,9 +76,7 @@ Sets ``filters`` controlling the view's contents.

void setInPlaceLayer( QgsVectorLayer *layer );
%Docstring
Sets geometry \type for the in-place algorithms

:param layer: the vector layer for in-place algorithm filter
Sets the vector ``layer`` for the in-place algorithms
%End

public slots:
Expand Down
3 changes: 1 addition & 2 deletions src/gui/processing/qgsprocessingtoolboxmodel.h
Expand Up @@ -462,8 +462,7 @@ class GUI_EXPORT QgsProcessingToolboxProxyModel: public QSortFilterProxyModel
Filters filters() const { return mFilters; }

/**
* Sets geometry \type for the in-place algorithms
* \param layer the vector layer for in-place algorithm filter
* Sets the vector \a layer for in-place algorithm filter
*/
void setInPlaceLayer( QgsVectorLayer *layer );

Expand Down
3 changes: 1 addition & 2 deletions src/gui/processing/qgsprocessingtoolboxtreeview.h
Expand Up @@ -87,8 +87,7 @@ class GUI_EXPORT QgsProcessingToolboxTreeView : public QTreeView


/**
* Sets geometry \type for the in-place algorithms
* \param layer the vector layer for in-place algorithm filter
* Sets the vector \a layer for the in-place algorithms
*/
void setInPlaceLayer( QgsVectorLayer *layer );

Expand Down

0 comments on commit 8436813

Please sign in to comment.