@@ -106,10 +106,10 @@ QgsSingleBandPseudoColorRendererWidget::QgsSingleBandPseudoColorRendererWidget(
106
106
connect ( mMinLineEdit , SIGNAL ( textChanged ( QString ) ), this , SLOT ( on_mClassifyButton_clicked () ) );
107
107
connect ( mMaxLineEdit , SIGNAL ( textChanged ( QString ) ), this , SLOT ( on_mClassifyButton_clicked () ) );
108
108
connect ( mColorRampComboBox , SIGNAL ( sourceRampEdited () ), this , SLOT ( on_mClassifyButton_clicked () ) );
109
- connect ( mColorRampComboBox , SIGNAL ( currentIndexChanged ( int ) ), this , SLOT ( on_mClassifyButton_clicked () ) );
109
+ connect ( mColorRampComboBox , SIGNAL ( currentIndexChanged ( int ) ), this , SLOT ( on_mClassifyButton_clicked () ) );
110
110
connect ( mInvertCheckBox , SIGNAL ( stateChanged ( int ) ), this , SLOT ( on_mClassifyButton_clicked () ) );
111
111
connect ( mNumberOfEntriesSpinBox , SIGNAL ( valueChanged ( int ) ), this , SLOT ( on_mClassifyButton_clicked () ) );
112
- connect ( mBandComboBox , SIGNAL ( currentIndexChanged ( int ) ), this , SLOT ( on_mClassifyButton_clicked () ) );
112
+ connect ( mBandComboBox , SIGNAL ( currentIndexChanged ( int ) ), this , SLOT ( on_mClassifyButton_clicked () ) );
113
113
}
114
114
115
115
QgsSingleBandPseudoColorRendererWidget::~QgsSingleBandPseudoColorRendererWidget ()
0 commit comments