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
70b3c729
Commit
70b3c729
authored
Oct 08, 2009
by
Oswald Buddenhagen
Browse files
fix build after mismerge
parent
ff2a1f81
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/plaingdbadapter.cpp
View file @
70b3c729
...
...
@@ -77,7 +77,7 @@ void PlainGdbAdapter::startAdapter()
if
(
!
m_outputCollector
.
listen
())
{
emit
adapterStartFailed
(
tr
(
"Cannot set up communication with child process: %1"
)
.
arg
(
m_outputCollector
.
errorString
()));
.
arg
(
m_outputCollector
.
errorString
())
,
QString
()
);
return
;
}
gdbArgs
.
prepend
(
_
(
"--tty="
)
+
m_outputCollector
.
serverName
());
...
...
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