Skip to content

Drop unused QML imports; add import aliases

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

Drop unused QML imports, add import aliases, bump internal import versions as needed

  • this makes it easier to read code
  • bump KCM import version, so that engine could resolve AbstractKCM from module (apparently it relied on local directory lookup).

Co-Authored-By: Matej Starc matej.starc@protonmail.com

Replaces !153 (closed)

Can be safely backported to KF5 to make it easier to cherry-pick future fixes.

Tested with this $2507 on both KF5 and KF6. On KF5 also by going through all System Settings and KInfoCenter KCMs.

Merge request reports