Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make doc test happy
  • Loading branch information
nyalldawson committed Jul 17, 2017
1 parent c404b80 commit db11185
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/core/qgsvectorlayerjoininfo.sip
Expand Up @@ -22,7 +22,11 @@ class QgsVectorLayerJoinInfo
#include "qgsvectorlayerjoininfo.h"
%End
public:

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

void setJoinLayer( QgsVectorLayer *layer );
%Docstring
Expand Down
4 changes: 4 additions & 0 deletions src/core/qgsvectorlayerjoininfo.h
Expand Up @@ -33,6 +33,10 @@
class CORE_EXPORT QgsVectorLayerJoinInfo
{
public:

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

//! Sets weak reference to the joined layer
Expand Down

0 comments on commit db11185

Please sign in to comment.