Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Hunger
qt-creator
Commits
baae85d5
Commit
baae85d5
authored
Apr 22, 2010
by
dt
Browse files
make it possible to remove CMakeProject::MakeStep
Seems like nothing should be immutable. Task-Nr: QTCREATORBUG-1161
parent
00b4ef8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/cmakeprojectmanager/makestep.cpp
View file @
baae85d5
...
...
@@ -159,7 +159,7 @@ BuildStepConfigWidget *MakeStep::createConfigWidget()
bool
MakeStep
::
immutable
()
const
{
return
tru
e
;
return
fals
e
;
}
void
MakeStep
::
stdOutput
(
const
QString
&
line
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment