mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-28 00:06:23 -05:00
Marked the two parameters as unused on headerTableCellChanged
This commit is contained in:
parent
5c3b13692f
commit
c4d2512bb3
@ -126,7 +126,9 @@ void QgsAuthApiHeaderEdit::headerTableSelectionChanged()
|
|||||||
|
|
||||||
void QgsAuthApiHeaderEdit::headerTableCellChanged( const int row, const int column )
|
void QgsAuthApiHeaderEdit::headerTableCellChanged( const int row, const int column )
|
||||||
{
|
{
|
||||||
QgsDebugMsg( QStringLiteral( "Cell updated: row %1 column %2" ).arg( row ).arg( column ) );
|
Q_UNUSED( row );
|
||||||
|
Q_UNUSED( column );
|
||||||
|
|
||||||
validateConfig();
|
validateConfig();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user