Skip to content

[applets/taskmanager] Fix showing window thumbnails

Nicolas Fella requested to merge work/nico/thumb-fix into master

windows is of type QVariantList, which since Qt 6.7 is not considered an array any more, so this will always be false

See https://code.qt.io/cgit/qt/qtdeclarative.git/commit/?id=b9bfdea0e2c6721d2306af0ecc44f88da9988957

BUG: 479050

Edited by Nicolas Fella

Merge request reports