Skip to content
Permalink
Browse files
fix warning
  • Loading branch information
alexbruy committed Aug 2, 2012
1 parent f7a3af3 commit 4be3c19
Showing 1 changed file with 2 additions and 0 deletions.
@@ -182,6 +182,8 @@ void QgsMultiBandColorRendererWidget::setCustomMinMaxValues( QgsMultiBandColorRe

void QgsMultiBandColorRendererWidget::onBandChanged( int index )
{
Q_UNUSED( index );

QList<int> myBands;
myBands.append( mRedBandComboBox->itemData( mRedBandComboBox->currentIndex() ).toInt() );
myBands.append( mGreenBandComboBox->itemData( mGreenBandComboBox->currentIndex() ).toInt() );

0 comments on commit 4be3c19

Please sign in to comment.