Skip to content

Commit

Permalink
Don't document the obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 19, 2019
1 parent 35af12a commit a4859a8
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/core/qgsweakrelation.h
Expand Up @@ -41,18 +41,6 @@ class CORE_EXPORT QgsWeakRelation

/**
* Creates a QgsWeakRelation
* \param relationId relation ID
* \param relationName relation name
* \param strength relation strength
* \param referencingLayerId ID of the referencing layer
* \param referencingLayerName name of the referencing layer
* \param referencingLayerSource source of the referencing layer
* \param referencingLayerProviderKey provider name of the referencing layer
* \param referencedLayerId ID of the referenced layer
* \param referencedLayerName name of the referenced layer
* \param referencedLayerSource name of the referenced layer
* \param referencedLayerProviderKey provider name of the referenced layer
* \param fieldPairs list of the relation field pairs
*/
QgsWeakRelation( const QString &relationId,
const QString &relationName,
Expand Down

0 comments on commit a4859a8

Please sign in to comment.