mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Make doc test happy
This commit is contained in:
parent
c404b8020a
commit
db11185d24
@ -22,7 +22,11 @@ class QgsVectorLayerJoinInfo
|
||||
#include "qgsvectorlayerjoininfo.h"
|
||||
%End
|
||||
public:
|
||||
|
||||
QgsVectorLayerJoinInfo();
|
||||
%Docstring
|
||||
Constructor for QgsVectorLayerJoinInfo.
|
||||
%End
|
||||
|
||||
void setJoinLayer( QgsVectorLayer *layer );
|
||||
%Docstring
|
||||
|
@ -33,6 +33,10 @@
|
||||
class CORE_EXPORT QgsVectorLayerJoinInfo
|
||||
{
|
||||
public:
|
||||
|
||||
/**
|
||||
* Constructor for QgsVectorLayerJoinInfo.
|
||||
*/
|
||||
QgsVectorLayerJoinInfo() = default;
|
||||
|
||||
//! Sets weak reference to the joined layer
|
||||
|
Loading…
x
Reference in New Issue
Block a user