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

kcms/ksplash: Fix loading screenshots by URL

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.
parent fa3b3de7
Pipeline #402042 passed with stage
in 4 minutes and 10 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