Remove Q_REQUIRED_RESULT from assignment operator

Authored by dvratil on Feb 12 2019, 8:58 AM.

Description

Remove Q_REQUIRED_RESULT from assignment operator

The result of assignment operator result is used for chaining
assigments (e.g. a = b = c = 42), but is unused in regular "a = b"
assignment, causing tons of warnings due to 'unused return value'.

Details

Committed
dvratilFeb 12 2019, 9:07 AM
Parents
R174:0214e1d6870e: GIT_SILENT: Time to increase version
Branches
Unknown
Tags
Unknown