Skip to content

Commit db11185

Browse files
committedJul 17, 2017
Make doc test happy
1 parent c404b80 commit db11185

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

‎python/core/qgsvectorlayerjoininfo.sip

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ class QgsVectorLayerJoinInfo
2222
#include "qgsvectorlayerjoininfo.h"
2323
%End
2424
public:
25+
2526
QgsVectorLayerJoinInfo();
27+
%Docstring
28+
Constructor for QgsVectorLayerJoinInfo.
29+
%End
2630

2731
void setJoinLayer( QgsVectorLayer *layer );
2832
%Docstring

‎src/core/qgsvectorlayerjoininfo.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
class CORE_EXPORT QgsVectorLayerJoinInfo
3434
{
3535
public:
36+
37+
/**
38+
* Constructor for QgsVectorLayerJoinInfo.
39+
*/
3640
QgsVectorLayerJoinInfo() = default;
3741

3842
//! Sets weak reference to the joined layer

0 commit comments

Comments
 (0)
Please sign in to comment.