Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 committed Nov 24, 2021
1 parent f800085 commit e244076
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
Expand Up @@ -250,8 +250,6 @@ Emit this signal, whenever the related features changed.
This happens for example when related features are added, removed,
linked or unlinked.

:param vectorLayer: The modified layer

.. versionadded:: 3.22
%End

Expand Down
Expand Up @@ -182,8 +182,6 @@ Emit this signal, whenever the related features changed.
This happens for example when related features are added, removed,
linked or unlinked.

:param vectorLayer: The modified layer

.. versionadded:: 3.22
%End

Expand Down
1 change: 0 additions & 1 deletion src/gui/editorwidgets/qgsrelationwidgetwrapper.h
Expand Up @@ -217,7 +217,6 @@ class GUI_EXPORT QgsRelationWidgetWrapper : public QgsWidgetWrapper
* This happens for example when related features are added, removed,
* linked or unlinked.
*
* \param vectorLayer The modified layer
* \since QGIS 3.22
*/
void relatedFeaturesChanged();
Expand Down
1 change: 0 additions & 1 deletion src/gui/qgsabstractrelationeditorwidget.h
Expand Up @@ -190,7 +190,6 @@ class GUI_EXPORT QgsAbstractRelationEditorWidget : public QWidget
* This happens for example when related features are added, removed,
* linked or unlinked.
*
* \param vectorLayer The modified layer
* \since QGIS 3.22
*/
void relatedFeaturesChanged();
Expand Down

0 comments on commit e244076

Please sign in to comment.