Bug 370714 - new check: event() and eventFilter() returning false instead of calling their base class
Summary: new check: event() and eventFilter() returning false instead of calling their...
Status: RESOLVED FIXED
Alias: None
Product: clazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Unassigned bugs mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-13 21:43 UTC by Sergio Martins
Modified: 2016-12-10 15:37 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.