https://bugs.kde.org/show_bug.cgi?id=385475

eric.lemaniss...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric.lemaniss...@gmail.com

--- Comment #3 from eric.lemaniss...@gmail.com ---
(In reply to Nyall Dawson from comment #2)
> 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.

Matching the first group with QObject member won't work in a lot of cases, as 
the member can actually be a member of the ui member, depending on qt creator's
Qt Class Generation setting.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to