applets/comic: don't send QIcon to qml
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.