Skip to content

Commit d4af8ad

Browse files
elpasonyalldawson
authored andcommitted
Method documentation
1 parent 899edee commit d4af8ad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/gui/processing/qgsprocessingtoolboxmodel.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,10 @@ class GUI_EXPORT QgsProcessingToolboxProxyModel: public QSortFilterProxyModel
461461
*/
462462
Filters filters() const { return mFilters; }
463463

464+
/**
465+
* Sets geometry \type for the in-place algorithms
466+
* \param layer the vector layer for in-place algorithm filter
467+
*/
464468
void setInPlaceLayer( QgsVectorLayer *layer );
465469

466470
/**

0 commit comments

Comments
 (0)