Summary: | [qobject-macro] False positive when implementing qt_metacall manually | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Volker Krause <vkrause> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | smartins |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Volker Krause
2016-04-22 07:17:42 UTC
Sounds like a good candidate for testing suppressions: Can you add to the file where the warning was reported: // clazy:excludeall=missing-qobject Closing this as fixed, although // clazy:excludeall=missing-qobject is not an elegant solution implementing a better solution would be a lot of work for such edge case |