Skip to content

Remove a Workspace::findAbstractClient() overload

Vlad Zahorodnii requested to merge work/zzag/client-list-refactor into master

Workspace::findAbstractClient(QUuid) overload is used only by the windows krunner plugin.

This change fixes a potential null dereferencing and removes the findAbstractClient() overload in favor of a more generic findToplevel() overload.

Merge request reports