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
Marco Bubke
flatpak-qt-creator
Commits
f547fc16
Commit
f547fc16
authored
Aug 25, 2010
by
Lasse Holmstedt
Browse files
Debugger: Fixed missing variable init
Got lost in a merge.
parent
792eb84f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/debuggerrunner.cpp
View file @
f547fc16
...
...
@@ -226,6 +226,7 @@ DebuggerRunControl::DebuggerRunControl(RunConfiguration *runConfiguration,
,
m_myRunConfiguration
(
runConfiguration
)
,
m_running
(
false
)
,
m_started
(
false
)
,
m_enabledEngines
(
enabledEngines
)
{
connect
(
this
,
SIGNAL
(
finished
()),
this
,
SLOT
(
handleFinished
()));
...
...
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