Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 authored and nyalldawson committed Nov 18, 2022
1 parent a65c16c commit b6d5232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsattributeform.cpp
Expand Up @@ -2233,7 +2233,7 @@ QgsAttributeForm::WidgetInfo QgsAttributeForm::createWidgetFromDef( const QgsAtt
formWidget->createSearchWidgetWrappers( mContext );

newWidgetInfo.widget = formWidget;
addWidgetWrapper( eww );
mWidgets.append( eww );

newWidgetInfo.widget->setObjectName( fields.at( fldIdx ).name() );
newWidgetInfo.hint = fields.at( fldIdx ).comment();
Expand Down

0 comments on commit b6d5232

Please sign in to comment.