https://bugs.kde.org/show_bug.cgi?id=374568
--- Comment #6 from Eugene Shalygin <eugene.shalygin+bugzilla....@gmail.com> --- Update: even when QtCurve is compiled without sanitizer, it crashes. QObject::event() is public in Qt 4. The following does not crash: struct HackedMenu: public QMenuBar { using QMenuBar::event; }; if (((HackEvent*)event)->adjust()) { ((HackedMenu*)menu)->event(event); return true; } return false; And Qt 4 version does not crash. -- You are receiving this mail because: You are watching all bug changes.