mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Code style
This commit is contained in:
parent
955a5b2467
commit
db0db36887
@ -106,10 +106,10 @@ QgsSingleBandPseudoColorRendererWidget::QgsSingleBandPseudoColorRendererWidget(
|
||||
connect( mMinLineEdit, SIGNAL( textChanged( QString ) ), this, SLOT( on_mClassifyButton_clicked() ) );
|
||||
connect( mMaxLineEdit, SIGNAL( textChanged( QString ) ), this, SLOT( on_mClassifyButton_clicked() ) );
|
||||
connect( mColorRampComboBox, SIGNAL( sourceRampEdited() ), this, SLOT( on_mClassifyButton_clicked() ) );
|
||||
connect( mColorRampComboBox, SIGNAL( currentIndexChanged( int) ), this, SLOT( on_mClassifyButton_clicked() ) );
|
||||
connect( mColorRampComboBox, SIGNAL( currentIndexChanged( int ) ), this, SLOT( on_mClassifyButton_clicked() ) );
|
||||
connect( mInvertCheckBox, SIGNAL( stateChanged( int ) ), this, SLOT( on_mClassifyButton_clicked() ) );
|
||||
connect( mNumberOfEntriesSpinBox, SIGNAL( valueChanged( int ) ), this, SLOT( on_mClassifyButton_clicked() ) );
|
||||
connect( mBandComboBox, SIGNAL( currentIndexChanged( int) ), this, SLOT( on_mClassifyButton_clicked() ) );
|
||||
connect( mBandComboBox, SIGNAL( currentIndexChanged( int ) ), this, SLOT( on_mClassifyButton_clicked() ) );
|
||||
}
|
||||
|
||||
QgsSingleBandPseudoColorRendererWidget::~QgsSingleBandPseudoColorRendererWidget()
|
||||
|
Loading…
x
Reference in New Issue
Block a user