Skip to content
GitLab
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
17f8cfe2
Commit
17f8cfe2
authored
Jun 09, 2010
by
dt
Browse files
Fix: Removing of last buildstep not possible after building
parent
101f4d3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/buildmanager.cpp
View file @
17f8cfe2
...
...
@@ -198,6 +198,7 @@ void BuildManager::clearBuildQueue()
m_buildQueue
.
clear
();
m_running
=
false
;
m_previousBuildStepProject
=
0
;
m_currentBuildStep
=
0
;
m_progressFutureInterface
->
reportCanceled
();
m_progressFutureInterface
->
reportFinished
();
...
...
@@ -353,6 +354,7 @@ void BuildManager::nextStep()
m_previousBuildStepProject
=
0
;
m_progressFutureInterface
->
reportFinished
();
m_progressWatcher
.
setFuture
(
QFuture
<
void
>
());
m_currentBuildStep
=
0
;
delete
m_progressFutureInterface
;
m_progressFutureInterface
=
0
;
m_maxProgress
=
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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