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

SharedQmlEngine: Get rid of quotes around indentation spaces

Before:

kf.kcmutils: Error loading QML file qrc:/kcm/kcm_flatpak/permissions.qml
kf.kcmutils: "    "qrc:/kcm/kcm_flatpak/permissions.qml:21:5: Required property yahaha was not initialized
        required property bool yahaha
        ^

After:

kf.kcmutils: Error loading QML file qrc:/kcm/kcm_flatpak/permissions.qml
kf.kcmutils:     qrc:/kcm/kcm_flatpak/permissions.qml:21:5: Required property yahaha was not initialized
        required property bool yahaha
        ^
parent f1e7e1aa
Pipeline #576457 passed with stage
in 2 minutes and 56 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