make it possible to remove CMakeProject::MakeStep

Seems like nothing should be immutable.

Task-Nr: QTCREATORBUG-1161
This commit is contained in:
dt
2010-04-22 17:25:28 +02:00
parent 00b4ef8ec0
commit baae85d579

View File

@@ -159,7 +159,7 @@ BuildStepConfigWidget *MakeStep::createConfigWidget()
bool MakeStep::immutable() const
{
return true;
return false;
}
void MakeStep::stdOutput(const QString &line)