Skip to content

fix: Use QTextStream to write to stdout and stderr - #8490

Merged
sithlord48 merged 1 commit into
masterfrom
fix8489
Apr 15, 2025
Merged

fix: Use QTextStream to write to stdout and stderr#8490
sithlord48 merged 1 commit into
masterfrom
fix8489

Conversation

@nbolton

@nbolton nbolton commented Apr 14, 2025

Copy link
Copy Markdown
Member

Fixes: #8489

Only use Qt::endl when writing to the output stream; Q_EMIT newLine should not include a trailing newline because appendPlainText doesn't expect one.

Only use `Qt::endl` when writing to the output stream; `Q_EMIT newLine` should not include a trailing newline because `appendPlainText` doesn't expect one.
@nbolton
nbolton requested a review from sithlord48 April 14, 2025 09:42
Comment thread src/lib/gui/Logger.cpp
@nbolton
nbolton requested a review from sithlord48 April 15, 2025 09:32
@sithlord48
sithlord48 merged commit c62b4ec into master Apr 15, 2025
@sithlord48
sithlord48 deleted the fix8489 branch April 15, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GUI stdout/stderr is now missing trailing newlines

2 participants