Skip to content

Commit

Permalink
fix setRelationId description
Browse files Browse the repository at this point in the history
  • Loading branch information
tudorbarascu committed Jan 16, 2017
1 parent 39a5f6a commit 783fae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsrelation.sip
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class QgsRelation
void writeXml( QDomNode& node, QDomDocument& doc ) const;

/**
* Set a name for this relation
* Set an id for this relation
*
* @param id
*/
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsrelation.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class CORE_EXPORT QgsRelation
void writeXml( QDomNode& node, QDomDocument& doc ) const;

/**
* Set a name for this relation
* Set an id for this relation
*
* @param id
*/
Expand Down

0 comments on commit 783fae1

Please sign in to comment.