Skip to content

Commit 123905a

Browse files
elpasonyalldawson
authored andcommitted
Fix doc string
1 parent 4acb34f commit 123905a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

python/gui/auto_generated/processing/qgsprocessingtoolboxtreeview.sip.in

+5
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,12 @@ if no algorithm is currently selected.
7373
Sets ``filters`` controlling the view's contents.
7474
%End
7575

76+
7677
void setInPlaceLayerType( QgsWkbTypes::GeometryType type );
78+
%Docstring
79+
Sets geometry \type for the in-place algorithms
80+
@param type
81+
%End
7782

7883
public slots:
7984

src/gui/processing/qgsprocessingtoolboxtreeview.h

+5
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ class GUI_EXPORT QgsProcessingToolboxTreeView : public QTreeView
8585
*/
8686
void setFilters( QgsProcessingToolboxProxyModel::Filters filters );
8787

88+
89+
/**
90+
* Sets geometry \type for the in-place algorithms
91+
* @param type
92+
*/
8893
void setInPlaceLayerType( QgsWkbTypes::GeometryType type );
8994

9095
public slots:

0 commit comments

Comments
 (0)