Make qmakestep and makestep deletable.

This commit is contained in:
dt
2009-07-27 16:36:27 +02:00
parent 43a12b8d63
commit 52145e0b98
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ QString MakeStep::displayName()
bool MakeStep::immutable() const bool MakeStep::immutable() const
{ {
return true; return false;
} }
ProjectExplorer::BuildStepConfigWidget *MakeStep::createConfigWidget() ProjectExplorer::BuildStepConfigWidget *MakeStep::createConfigWidget()

View File

@@ -175,7 +175,7 @@ ProjectExplorer::BuildStepConfigWidget *QMakeStep::createConfigWidget()
bool QMakeStep::immutable() const bool QMakeStep::immutable() const
{ {
return true; return false;
} }