Skip to content

KConfigIniBackend: Make diagnostics about escape sequences more readable

ivan tkachenko requested to merge work/ratijas/diagnose into master

Instead of this:

kf.config.core: "KConfigIni: In file scrcpy.desktop, line 8: " "Invalid escape sequence \"\\\"\"."

We'll be getting this:

kf.config.core: KConfigIni: In file scrcpy.desktop, line 8: Invalid escape sequence: «\"»

Which is still our bug to fix, but at least now it's clear which one.

CCBUG: 471533

Edited by ivan tkachenko

Merge request reports