Summary: | new check: event() and eventFilter() returning false instead of calling their base class | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Sergio Martins <smartins> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Sergio Martins
2016-10-13 21:43:10 UTC
commit d84e9cbd2f0755f9106344dbb4a2582c7752ffd5 Author: Sergio Martins <smartins@kde.org> Date: Sat Dec 10 15:30:35 2016 +0000 Introduce new check: base-class-event Warns when you return false inside your QEvent::event() or QEvent::eventFilter() re-implementation. Call the base method instead. |