Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 268 Bytes

README-qrequiredresult-candidates.md

File metadata and controls

10 lines (8 loc) · 268 Bytes

qrequiredresult-candidates

Suggests methods that could use Q_REQUIRED_RESULT. The criteria is:

  • private const methods,
  • returning the same type as their class,
  • and ending with 'ed'

For example: Q_REQUIRED_RESULT QRect intersected(const QRect &other) const