Skip to content

Commit eb2f595

Browse files
committedOct 12, 2016
Avoid warning
1 parent 3906059 commit eb2f595

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/qgsvectorlayer.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2413,6 +2413,8 @@ bool QgsVectorLayer::renameAttribute( int index, const QString& newName )
24132413
return false;
24142414

24152415
}
2416+
2417+
return false; //avoid warnings
24162418
}
24172419

24182420
void QgsVectorLayer::addAttributeAlias( int attIndex, const QString& aliasString )

0 commit comments

Comments
 (0)
Please sign in to comment.