Skip to content

fix object in s_shellSurfaces can not be removed

Chaojiang Luo requested to merge jackie/kwayland-server:master into master

The QObject is not inited, so the QObject::destroyed can not be emitted, so the s_shellSurfaces element can not be removed, an "org_kde_plasma_shell_surface already exists" error will reported.

Signed-off-by: Chaojiang Luo luochaojiang@uniontech.com

Merge request reports