Skip to content

Commit

Permalink
Dox
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 21, 2018
1 parent 961835c commit eb24bdb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Expand Up @@ -66,7 +66,7 @@ to fine-tune its behavior.

void registerProcessingContextGenerator( QgsProcessingContextGenerator *generator );
%Docstring
Register a Processing context ``generator`` class that will be used to retrieve
Registers a Processing context ``generator`` class that will be used to retrieve
a Processing context for the widget when required.
%End

Expand Down
Expand Up @@ -232,7 +232,7 @@ Returns the current value of the parameter.

void registerProcessingContextGenerator( QgsProcessingContextGenerator *generator );
%Docstring
Register a Processing context ``generator`` class that will be used to retrieve
Registers a Processing context ``generator`` class that will be used to retrieve
a Processing context for the wrapper when required.
%End

Expand Down
2 changes: 1 addition & 1 deletion src/gui/processing/qgsprocessingmodelerparameterwidget.h
Expand Up @@ -92,7 +92,7 @@ class GUI_EXPORT QgsProcessingModelerParameterWidget : public QWidget, public Qg
void setWidgetContext( const QgsProcessingParameterWidgetContext &context );

/**
* Register a Processing context \a generator class that will be used to retrieve
* Registers a Processing context \a generator class that will be used to retrieve
* a Processing context for the widget when required.
*/
void registerProcessingContextGenerator( QgsProcessingContextGenerator *generator );
Expand Down
2 changes: 1 addition & 1 deletion src/gui/processing/qgsprocessingwidgetwrapper.h
Expand Up @@ -257,7 +257,7 @@ class GUI_EXPORT QgsAbstractProcessingParameterWidgetWrapper : public QObject, p
QVariant parameterValue() const;

/**
* Register a Processing context \a generator class that will be used to retrieve
* Registers a Processing context \a generator class that will be used to retrieve
* a Processing context for the wrapper when required.
*/
void registerProcessingContextGenerator( QgsProcessingContextGenerator *generator );
Expand Down

0 comments on commit eb24bdb

Please sign in to comment.