Summary: | Warn about missed override of helper functions for QException descendants | ||
---|---|---|---|
Product: | [Developer tools] clazy | Reporter: | Roman <dismine> |
Component: | general | Assignee: | Sergio Martins <smartins> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Roman
2019-01-19 12:22:46 UTC
Should they be pure virtual to begin with ? (In reply to Sergio Martins from comment #1) > Should they be pure virtual to begin with ? If you mean in QException class, i believe no, because QConcurrent need to throw something, but your code can just not expect QException, but something more specific. ok, makes sense |