Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #4002 from tudorbarascu/fixdescription
fix setRelationId description
  • Loading branch information
nyalldawson committed Jan 18, 2017
2 parents 7161b5a + 783fae1 commit d0a4697
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
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
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 d0a4697

Please sign in to comment.