Skip to content

Use Qt.createComponent for AboutPage, simplify and remove separate file

Joshua Goins requested to merge work/redstrate/remove-about-component into master

A separate file for the formcard about page is no longer needed, as we can use Qt.createComponent. It will also load the usual KAboutData by default, but only on kirigami-addons >=1.1.0 so that dependency is bumped.

Merge request reports