Skip to content
Verified Commit 9b8f7d9a authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

KConfigIniBackend: Make diagnostics about escape sequences more readable

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
parent cb2b749e
Pipeline #427117 failed with stage
in 2 minutes and 21 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment