forked from qt-creator/qt-creator
make it possible to remove CMakeProject::MakeStep
Seems like nothing should be immutable. Task-Nr: QTCREATORBUG-1161
This commit is contained in:
@@ -159,7 +159,7 @@ BuildStepConfigWidget *MakeStep::createConfigWidget()
|
|||||||
|
|
||||||
bool MakeStep::immutable() const
|
bool MakeStep::immutable() const
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
void MakeStep::stdOutput(const QString &line)
|
void MakeStep::stdOutput(const QString &line)
|
||||||
|
|||||||
Reference in New Issue
Block a user