forked from qt-creator/qt-creator
Remove unneeded code
This commit is contained in:
@@ -257,11 +257,9 @@ QString QMakeStepConfigWidget::summaryText() const
|
|||||||
|
|
||||||
void QMakeStepConfigWidget::qtVersionChanged(ProjectExplorer::BuildConfiguration *bc)
|
void QMakeStepConfigWidget::qtVersionChanged(ProjectExplorer::BuildConfiguration *bc)
|
||||||
{
|
{
|
||||||
if (bc == m_step->buildConfiguration()) {
|
|
||||||
updateTitleLabel();
|
updateTitleLabel();
|
||||||
updateEffectiveQMakeCall();
|
updateEffectiveQMakeCall();
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void QMakeStepConfigWidget::updateTitleLabel()
|
void QMakeStepConfigWidget::updateTitleLabel()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user