Skip to content

Commit

Permalink
[GRASS] multi cat editing fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Oct 6, 2015
1 parent dc04314 commit a213b03
Show file tree
Hide file tree
Showing 5 changed files with 432 additions and 253 deletions.
2 changes: 1 addition & 1 deletion src/providers/grass/qgsgrassfeatureiterator.cpp
Expand Up @@ -473,7 +473,7 @@ bool QgsGrassFeatureIterator::fetchFeature( QgsFeature& feature )
return false;
}
}
QgsDebugMsgLevel( QString( "lid = %1 type = %2 cat = %3 fatureId = %4" ).arg( lid ).arg( type ).arg( cat ).arg( featureId ), 3 );
QgsDebugMsgLevel( QString( "lid = %1 type = %2 cat = %3 featureId = %4" ).arg( lid ).arg( type ).arg( cat ).arg( featureId ), 3 );

feature.setFeatureId( featureId );
//feature.initAttributes( mSource->mFields.count() );
Expand Down

0 comments on commit a213b03

Please sign in to comment.