Bug 370714

Summary: new check: event() and eventFilter() returning false instead of calling their base class
Product: [Developer tools] clazy Reporter: Sergio Martins <smartins>
Component: generalAssignee: 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:

Description Sergio Martins 2016-10-13 21:43:10 UTC
source of many bugs
Comment 1 Sergio Martins 2016-12-10 15:37:01 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.