Skip to content

Commit

Permalink
Add missing param to docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Nov 20, 2017
1 parent f8a8cb9 commit 7b45e9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/gui/qgsattributeformeditorwidget.sip
Expand Up @@ -29,6 +29,8 @@ class QgsAttributeFormEditorWidget : QgsAttributeFormWidget
%Docstring
Constructor for QgsAttributeFormEditorWidget.
\param editorWidget associated editor widget wrapper (for default/edit modes)
\param widgetType the type identifier of the widget passed in the
wrapper
\param form parent attribute form
%End

Expand Down
2 changes: 2 additions & 0 deletions src/gui/qgsattributeformeditorwidget.h
Expand Up @@ -48,6 +48,8 @@ class GUI_EXPORT QgsAttributeFormEditorWidget : public QgsAttributeFormWidget
/**
* Constructor for QgsAttributeFormEditorWidget.
* \param editorWidget associated editor widget wrapper (for default/edit modes)
* \param widgetType the type identifier of the widget passed in the
* wrapper
* \param form parent attribute form
*/
explicit QgsAttributeFormEditorWidget( QgsEditorWidgetWrapper *editorWidget, const QString &widgetType,
Expand Down

0 comments on commit 7b45e9d

Please sign in to comment.