Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Jan 12, 2021
1 parent 5e9a982 commit bdb1a54
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgspolymorphicrelation.sip.in
Expand Up @@ -85,7 +85,7 @@ Set the referencing (child) layer id. This layer will be searched in the registr

void addFieldPair( const QString &referencingField, const QString &referencedField );
%Docstring
Add a field pairs which is part of this relation
Add a field pair which is part of this relation
The first element of each pair are the field names of the foreign key.
The second element of each pair are the field names of the matching primary key.

Expand Down
2 changes: 1 addition & 1 deletion python/core/auto_generated/qgsrelation.sip.in
Expand Up @@ -96,7 +96,7 @@ Set the referenced (parent) layer id. This layer will be searched in the registr

void addFieldPair( const QString &referencingField, const QString &referencedField );
%Docstring
Add a field pairs which is part of this relation
Add a field pair which is part of this relation
The first element of each pair are the field names of the foreign key.
The second element of each pair are the field names of the matching primary key.

Expand Down
4 changes: 2 additions & 2 deletions src/core/qgspolymorphicrelation.h
Expand Up @@ -118,7 +118,7 @@ class CORE_EXPORT QgsPolymorphicRelation
void setReferencingLayer( const QString &id );

/**
* Add a field pairs which is part of this relation
* Add a field pair which is part of this relation
* The first element of each pair are the field names of the foreign key.
* The second element of each pair are the field names of the matching primary key.
*
Expand All @@ -128,7 +128,7 @@ class CORE_EXPORT QgsPolymorphicRelation
void addFieldPair( const QString &referencingField, const QString &referencedField );

/**
* Add a field pairs which is part of this relation
* Add a field pair which is part of this relation
* The first element of each pair are the field names of the foreign key.
* The second element of each pair are the field names of the matching primary key.
*
Expand Down
4 changes: 2 additions & 2 deletions src/core/qgsrelation.h
Expand Up @@ -164,7 +164,7 @@ class CORE_EXPORT QgsRelation
void setReferencedLayer( const QString &id );

/**
* Add a field pairs which is part of this relation
* Add a field pair which is part of this relation
* The first element of each pair are the field names of the foreign key.
* The second element of each pair are the field names of the matching primary key.
*
Expand All @@ -174,7 +174,7 @@ class CORE_EXPORT QgsRelation
void addFieldPair( const QString &referencingField, const QString &referencedField );

/**
* Add a field pairs which is part of this relation
* Add a field pair which is part of this relation
* The first element of each pair are the field names of the foreign key.
* The second element of each pair are the field names of the matching primary key.
*
Expand Down

0 comments on commit bdb1a54

Please sign in to comment.