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
254d2229
Commit
254d2229
authored
Sep 16, 2009
by
mae
Browse files
remove debug output
parent
b3d9719d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/projectexplorer/outputwindow.cpp
View file @
254d2229
...
...
@@ -429,7 +429,6 @@ void OutputWindow::appendOutputInline(const QString &out)
}
else
{
if
(
s
.
endsWith
(
QLatin1Char
(
'\n'
)))
{
m_enforceNewline
=
true
;
qDebug
()
<<
"CHOP"
;
s
.
chop
(
1
);
}
appendPlainText
(
s
);
...
...
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