Skip to content

Commit 4be3c19

Browse files
committed
fix warning
1 parent f7a3af3 commit 4be3c19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/gui/raster/qgsmultibandcolorrendererwidget.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ void QgsMultiBandColorRendererWidget::setCustomMinMaxValues( QgsMultiBandColorRe
182182

183183
void QgsMultiBandColorRendererWidget::onBandChanged( int index )
184184
{
185+
Q_UNUSED( index );
186+
185187
QList<int> myBands;
186188
myBands.append( mRedBandComboBox->itemData( mRedBandComboBox->currentIndex() ).toInt() );
187189
myBands.append( mGreenBandComboBox->itemData( mGreenBandComboBox->currentIndex() ).toInt() );

0 commit comments

Comments
 (0)