From 7b45e9df330a37e62962b8c79846135df9c25961 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Fri, 3 Nov 2017 17:49:26 +0100 Subject: [PATCH] Add missing param to docstring --- python/gui/qgsattributeformeditorwidget.sip | 2 ++ src/gui/qgsattributeformeditorwidget.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/python/gui/qgsattributeformeditorwidget.sip b/python/gui/qgsattributeformeditorwidget.sip index e598de9330e..f58f7a7f13d 100644 --- a/python/gui/qgsattributeformeditorwidget.sip +++ b/python/gui/qgsattributeformeditorwidget.sip @@ -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 diff --git a/src/gui/qgsattributeformeditorwidget.h b/src/gui/qgsattributeformeditorwidget.h index 66a1533f279..b55ba853064 100644 --- a/src/gui/qgsattributeformeditorwidget.h +++ b/src/gui/qgsattributeformeditorwidget.h @@ -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,