Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warning
  • Loading branch information
slarosa committed Jul 9, 2018
1 parent 6e45069 commit ed8a78c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/qgsvectordataprovider.cpp
Expand Up @@ -291,7 +291,6 @@ const QList< QgsVectorDataProvider::NativeType > &QgsVectorDataProvider::nativeT

bool QgsVectorDataProvider::supportedType( const QgsField &field ) const
{
int i;
QgsDebugMsgLevel( QString( "field name = %1 type = %2 length = %3 precision = %4" )
.arg( field.name(),
QVariant::typeToName( field.type() ) )
Expand Down

0 comments on commit ed8a78c

Please sign in to comment.