Add missing param to docstring

This commit is contained in:
Matthias Kuhn 2017-11-03 17:49:26 +01:00
parent f8a8cb96b8
commit 7b45e9df33
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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,