Warning, /sdk/clazy/docs/checks/README-qrequiredresult-candidates.md is written in an unsupported language. File is not indexed.

0001 # qrequiredresult-candidates
0002 
0003 Suggests methods that could use `Q_REQUIRED_RESULT`.
0004 The criteria is:
0005 - private const methods,
0006 - returning the same type as their class,
0007 - and ending with 'ed'
0008 
0009 For example:
0010 `Q_REQUIRED_RESULT QRect intersected(const QRect &other) const`