https://bugs.kde.org/show_bug.cgi?id=385475
--- Comment #2 from Nyall Dawson <nyall.daw...@gmail.com> --- I'd do it in a much cruder way - look for slots which match the regex "on_(.+)_(.+)", where the first group doesn't match a QObject member or the second group doesn't match a signal for the type of that member. Then we'd catch both errors in the member name AND in the signal name. -- You are receiving this mail because: You are watching all bug changes.