Make doc test happy

This commit is contained in:
Nyall Dawson 2017-07-17 13:24:14 +10:00
parent c404b8020a
commit db11185d24
2 changed files with 8 additions and 0 deletions

View File

@ -22,7 +22,11 @@ class QgsVectorLayerJoinInfo
#include "qgsvectorlayerjoininfo.h"
%End
public:
QgsVectorLayerJoinInfo();
%Docstring
Constructor for QgsVectorLayerJoinInfo.
%End
void setJoinLayer( QgsVectorLayer *layer );
%Docstring

View File

@ -33,6 +33,10 @@
class CORE_EXPORT QgsVectorLayerJoinInfo
{
public:
/**
* Constructor for QgsVectorLayerJoinInfo.
*/
QgsVectorLayerJoinInfo() = default;
//! Sets weak reference to the joined layer