Skip to content

Commit 3c93df5

Browse files
committedSep 22, 2015
[GRASS] travis fix
1 parent 2e441b5 commit 3c93df5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/providers/grass/qgsgrassprovider.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,6 +1368,7 @@ void QgsGrassProvider::onAttributeAdded( int idx )
13681368

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

0 commit comments

Comments
 (0)
Please sign in to comment.