Skip to content
Commit ce7b230a authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

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'.
parent 0214e1d6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment