Skip to content
Snippets Groups Projects
Commit baae85d5 authored by dt's avatar dt
Browse files

make it possible to remove CMakeProject::MakeStep

Seems like nothing should be immutable.

Task-Nr: QTCREATORBUG-1161
parent 00b4ef8e
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ BuildStepConfigWidget *MakeStep::createConfigWidget() ...@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment