Skip to content

Screencast: fix window stream restoration

PlasmaWindowModel doesn't reimplement QAbstractItemModel::itemData() and when we call it in order to save information about the window we are going to restore, we will miss UUID of the window, which is the most important information we require to be able to restore stream.

Merge request reports