Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix warning
  • Loading branch information
nyalldawson committed Apr 21, 2023
1 parent f98b9b3 commit 0008b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsfieldmappingmodel.cpp
Expand Up @@ -246,6 +246,7 @@ bool QgsFieldMappingModel::setData( const QModelIndex &index, const QVariant &va
case ColumnDataIndex::DestinationConstraints:
{
// Not editable: do nothing
break;
}
case ColumnDataIndex::DestinationAlias:
{
Expand Down

0 comments on commit 0008b9b

Please sign in to comment.