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
c51c16bf
Commit
c51c16bf
authored
Apr 14, 2010
by
dt
Browse files
Fixes wrong state of rerun/stop application output buttons
For DebugRunControls. Task-Nr: QTCREATORBUG-416
parent
ccc3d1e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerrunner.cpp
View file @
c51c16bf
...
...
@@ -193,6 +193,7 @@ void DebuggerRunControl::start()
if
(
m_manager
->
checkDebugConfiguration
(
startParameters
()
->
toolChainType
,
&
errorMessage
,
&
settingsCategory
,
&
settingsPage
))
{
m_manager
->
startNewDebugger
(
m_startParameters
);
emit
started
();
}
else
{
error
(
this
,
errorMessage
);
emit
finished
();
...
...
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