Skip to content

Commit eb24bdb

Browse files
committed
Dox
1 parent 961835c commit eb24bdb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ to fine-tune its behavior.
6666

6767
void registerProcessingContextGenerator( QgsProcessingContextGenerator *generator );
6868
%Docstring
69-
Register a Processing context ``generator`` class that will be used to retrieve
69+
Registers a Processing context ``generator`` class that will be used to retrieve
7070
a Processing context for the widget when required.
7171
%End
7272

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ Returns the current value of the parameter.
232232

233233
void registerProcessingContextGenerator( QgsProcessingContextGenerator *generator );
234234
%Docstring
235-
Register a Processing context ``generator`` class that will be used to retrieve
235+
Registers a Processing context ``generator`` class that will be used to retrieve
236236
a Processing context for the wrapper when required.
237237
%End
238238

src/gui/processing/qgsprocessingmodelerparameterwidget.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class GUI_EXPORT QgsProcessingModelerParameterWidget : public QWidget, public Qg
9292
void setWidgetContext( const QgsProcessingParameterWidgetContext &context );
9393

9494
/**
95-
* Register a Processing context \a generator class that will be used to retrieve
95+
* Registers a Processing context \a generator class that will be used to retrieve
9696
* a Processing context for the widget when required.
9797
*/
9898
void registerProcessingContextGenerator( QgsProcessingContextGenerator *generator );

src/gui/processing/qgsprocessingwidgetwrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ class GUI_EXPORT QgsAbstractProcessingParameterWidgetWrapper : public QObject, p
257257
QVariant parameterValue() const;
258258

259259
/**
260-
* Register a Processing context \a generator class that will be used to retrieve
260+
* Registers a Processing context \a generator class that will be used to retrieve
261261
* a Processing context for the wrapper when required.
262262
*/
263263
void registerProcessingContextGenerator( QgsProcessingContextGenerator *generator );

0 commit comments

Comments
 (0)