cmake: do not change filter line edit state in case cmake parsing fails

Fixes: QTCREATORBUG-20289
Change-Id: I920c6fe977dd645f4685d2b0ea398ce91e63ab91
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
Asit Dhal
2019-04-16 21:26:01 +02:00
parent 75112c4b59
commit b1a421bf2d

View File

@@ -354,7 +354,6 @@ void CMakeBuildSettingsWidget::setError(const QString &message)
m_unsetButton->setEnabled(!showError); m_unsetButton->setEnabled(!showError);
m_resetButton->setEnabled(!showError); m_resetButton->setEnabled(!showError);
m_showAdvancedCheckBox->setEnabled(!showError); m_showAdvancedCheckBox->setEnabled(!showError);
m_filterEdit->setEnabled(!showError);
} }
void CMakeBuildSettingsWidget::setWarning(const QString &message) void CMakeBuildSettingsWidget::setWarning(const QString &message)