Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing doc
  • Loading branch information
nyalldawson committed Apr 26, 2017
1 parent 427c3b1 commit 1c6f165
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/core/processing/qgsprocessingcontext.sip
Expand Up @@ -34,6 +34,9 @@ class QgsProcessingContext


QgsProcessingContext();
%Docstring
Constructor for QgsProcessingContext.
%End

QgsProcessingContext::Flags flags() const;
%Docstring
Expand Down
3 changes: 3 additions & 0 deletions src/core/processing/qgsprocessingcontext.h
Expand Up @@ -45,6 +45,9 @@ class CORE_EXPORT QgsProcessingContext
};
Q_DECLARE_FLAGS( Flags, Flag )

/**
* Constructor for QgsProcessingContext.
*/
QgsProcessingContext() = default;

/**
Expand Down

0 comments on commit 1c6f165

Please sign in to comment.