Skip to content

applets/comic: don't send QIcon to qml

Christoph Wolk requested to merge cwo/kdeplasma-addons:comic_icon into master

qml expects the icon name to be passed as the icon name, but the model constructs a QIcon from the name and passes that, which causes a runtime error (and no icon assigned).

Instead, just skip the QIcon and send the icon name.

Merge request reports

Loading