Skip to content

Commit

Permalink
[GRASS] travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blazek committed Sep 22, 2015
1 parent 2e441b5 commit 3c93df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/grass/qgsgrassprovider.cpp
Expand Up @@ -1368,6 +1368,7 @@ void QgsGrassProvider::onAttributeAdded( int idx )

void QgsGrassProvider::onAttributeDeleted( int idx )
{
Q_UNUSED( idx );
QgsDebugMsg( QString( "idx = %1" ).arg( idx ) );
// The index of deleted field is useless because the field was already removed from mEditLayer->fields().
// Find deleted field.
Expand Down

0 comments on commit 3c93df5

Please sign in to comment.