https://bugs.kde.org/show_bug.cgi?id=362063
Bug ID: 362063 Summary: [qobject-macro] False positive when implementing qt_metacall manually Product: clazy Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: minor Priority: NOR Component: general Assignee: unassigned-b...@kde.org Reporter: vkra...@kde.org CC: smart...@kde.org If you implement the virtuals defined by Q_OBJECT yourself, bypassing moc, the missing Q_OBJECT warning still triggers. It's a very rare fringe case, of course ;) Reproducible: Always Steps to Reproduce: An example can be found e.g. in GammaRay, core/multisignalmapper.cpp, GammaRay::MultiSignalMapperPrivate. The most prominent example for this in Qt is QSignalSpy, which is excluded from this check already by being a template though. -- You are receiving this mail because: You are watching all bug changes.