Slightly prettier debug
ClosedPublic

Authored by broulik on Aug 12 2019, 9:09 AM.

Details

Summary

Print the extension name without quotes and spaces.
Before:
"plugin" : debug output
After:
plugin: debug output

Test Plan
debug() << "debug output";

Thanks to QDebugStateSaver the caller's debug is unaltered and keeps the spaces and quotes.

Diff Detail

Repository
R856 Plasma Browser Integration
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
broulik created this revision.Aug 12 2019, 9:09 AM
Restricted Application added a project: Plasma. · View Herald TranscriptAug 12 2019, 9:09 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
broulik requested review of this revision.Aug 12 2019, 9:09 AM
broulik edited the test plan for this revision. (Show Details)
fvogt accepted this revision.Aug 12 2019, 5:24 PM

TIL that exists

This revision is now accepted and ready to land.Aug 12 2019, 5:24 PM
This revision was automatically updated to reflect the committed changes.