Skip to content

kcms/ksplash: port to new Kirigami/Page::actions; fix loading screenshots by URL

ivan tkachenko requested to merge work/ratijas/kcm-splash into master

Remember that in QML land QUrl becomes a url object with not much more than a toString() method. Empty default-constructed QUrl() is equal to an empty JavaScript string.

Also, let's set all the roles on the special "None" model entry, so that we won't need the !!magic || "" workarounds in UI code.

Merge request reports