Skip to content

Commit

Permalink
Fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Sep 16, 2020
1 parent ecc8405 commit fb759b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsfield.cpp
Expand Up @@ -361,6 +361,7 @@ QString QgsField::readableConfigurationFlag( QgsField::ConfigurationFlag flag )
case ConfigurationFlag::DefaultFlags:
return QObject::tr( "Default flags" );
}
return QString();
}

/***************************************************************************
Expand Down

0 comments on commit fb759b0

Please sign in to comment.