Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
domi4484 authored and github-actions[bot] committed Nov 18, 2022
1 parent d14b022 commit cb05c9e
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 cb05c9e

Please sign in to comment.