https://bugs.kde.org/show_bug.cgi?id=410751
--- Comment #1 from Sergio Martins <smart...@kde.org> --- >> The check could be relaxed if the slot of the signal is also marked noexcept. Maybe not, as signals don't know (or shouldn't know) which slots are connected to them. So I would make this check look at all methods. In terms of implementation, catch all CallExpr, check if it's a signal (there's helpers for that already), check if method is noexpr. -- You are receiving this mail because: You are watching all bug changes.