Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Jan 10, 2021
1 parent e593ab1 commit 3a3f7c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/customwidgets/qgsrelationeditorwidgetplugin.cpp
Expand Up @@ -52,7 +52,7 @@ bool QgsRelationEditorWidgetPlugin::isContainer() const

QWidget *QgsRelationEditorWidgetPlugin::createWidget( QWidget *parent )
{
return new QgsRelationEditorWidget( parent );
return new QgsRelationEditorWidget( QVariantMap(), parent );
}

bool QgsRelationEditorWidgetPlugin::isInitialized() const
Expand Down

0 comments on commit 3a3f7c5

Please sign in to comment.