File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/analysis/auto_generated/raster Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ Returns a string representation of the expression
85
85
86
86
QList<const QgsRasterCalcNode *> findNodes( const QgsRasterCalcNode::Type type ) const;
87
87
%Docstring
88
- Populates a list of nodes of a specific type.
88
+ Returns a list of nodes of a specific `` type``
89
89
90
90
.. versionadded:: 3.6
91
91
%End
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ class ANALYSIS_EXPORT QgsRasterCalcNode
114
114
QString toString ( bool cStyle = false ) const ;
115
115
116
116
/* *
117
- * Populates a list of nodes of a specific type.
117
+ * Returns a list of nodes of a specific \a type
118
118
* \since QGIS 3.6
119
119
*/
120
120
QList<const QgsRasterCalcNode *> findNodes ( const QgsRasterCalcNode::Type type ) const ;
You can’t perform that action at this time.
0 commit comments