We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99ccf0 commit 80592e1Copy full SHA for 80592e1
src/providers/grass/qgsgrassundocommand.cpp
@@ -27,6 +27,7 @@ QgsGrassUndoCommandChangeAttribute::QgsGrassUndoCommandChangeAttribute( QgsGrass
27
, mDeleteCat(deleteCat)
28
, mDeleteRecord( deleteRecord )
29
{
30
+ Q_UNUSED(mField);
31
}
32
33
void QgsGrassUndoCommandChangeAttribute::undo()
0 commit comments