Skip to content

Commit 1c6f165

Browse files
committedApr 26, 2017
Add missing doc
1 parent 427c3b1 commit 1c6f165

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
 

‎python/core/processing/qgsprocessingcontext.sip

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ class QgsProcessingContext
3434

3535

3636
QgsProcessingContext();
37+
%Docstring
38+
Constructor for QgsProcessingContext.
39+
%End
3740

3841
QgsProcessingContext::Flags flags() const;
3942
%Docstring

‎src/core/processing/qgsprocessingcontext.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ class CORE_EXPORT QgsProcessingContext
4545
};
4646
Q_DECLARE_FLAGS( Flags, Flag )
4747

48+
/**
49+
* Constructor for QgsProcessingContext.
50+
*/
4851
QgsProcessingContext() = default;
4952

5053
/**

0 commit comments

Comments
 (0)
Please sign in to comment.