Skip to content

Fix screencast window restoration check

Nicolas Fella requested to merge work/nico/uuid into master

We are searching for a window by UUID. The model gives us a QVariant containing a QByteArray and we compare it to a QString

This doesn't work and we never find any window

Force the variant to QString to fix the comparison

BUG: 485697

Merge request reports