https://bugs.kde.org/show_bug.cgi?id=449181
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |minor --- Comment #1 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Most likely, QJSEngine doesn't know about KWin::Deleted so it refuses passing both signal arguments. `Deleted` is an implementation detail that generally should not be exposed to scripts. Not sure what to do about it other than ask script developers not to use the Toplevel argument and instead do something like client.windowClosed.connect(() => console.log(client.caption, "has been closed")); -- You are receiving this mail because: You are watching all bug changes.