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
10ffdd5d
Commit
10ffdd5d
authored
Mar 24, 2009
by
con
Browse files
Remove superfluous "warning: " from qDebug output (win)
Reviewed-by: hjk
parent
6aeb8a76
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
10ffdd5d
...
...
@@ -510,7 +510,7 @@ void GdbEngine::handleResponse(const QByteArray &buff)
// On Windows, the contents seem to depend on the debugger
// version and/or OS version used.
if
(
data
.
startsWith
(
"warning:"
))
qq
->
showApplicationOutput
(
data
);
qq
->
showApplicationOutput
(
data
.
mid
(
9
));
// cut "warning: "
break
;
}
...
...
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