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
Marco Bubke
flatpak-qt-creator
Commits
52145e0b
Commit
52145e0b
authored
Jul 27, 2009
by
dt
Browse files
Make qmakestep and makestep deletable.
parent
43a12b8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/qt4projectmanager/makestep.cpp
View file @
52145e0b
...
...
@@ -149,7 +149,7 @@ QString MakeStep::displayName()
bool
MakeStep
::
immutable
()
const
{
return
tru
e
;
return
fals
e
;
}
ProjectExplorer
::
BuildStepConfigWidget
*
MakeStep
::
createConfigWidget
()
...
...
src/plugins/qt4projectmanager/qmakestep.cpp
View file @
52145e0b
...
...
@@ -175,7 +175,7 @@ ProjectExplorer::BuildStepConfigWidget *QMakeStep::createConfigWidget()
bool
QMakeStep
::
immutable
()
const
{
return
tru
e
;
return
fals
e
;
}
...
...
Write
Preview
Supports
Markdown
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