Skip to content

Handle KirigamiPluginFactor::createPlatformTheme returning nullptr

Arjen Hiemstra requested to merge work/ahiemstra/platformnull into master

Since we already have a fallback, we can use the same fallback when createPlatformTheme returns nullptr. This makes things slightly more robust and allows plugins to opt into the fallback behaviour for PlatformTheme.

Merge request reports