mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Fix doc string
This commit is contained in:
parent
4acb34fa92
commit
123905a17a
@ -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:
|
||||
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user