Skip to content

run automatic converted on whole kirigami

Marco Martin requested to merge work/mart/automaticParse into master

This runs https://invent.kde.org/davidedmundson/qml_kf6_porting on top of kirigami

One problem is that besides the relevant portings, it also does automatic reformatting, which is something that the internal QML DomItem does automatically and doesn't seem to be possible to disable it.

It's all chenges that I would ideally like even tough i know they are debatable and debated (no one liner definitions, always semicolons) which would be ideal to do in a separate moment

Anyways, this is probably safer than regular expressions or doing everything manual

Merge request reports