Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Baseline test framework: fix bug in internal data structure
The 'misc' data field was not copied in the assignment operator. That field is normally not used, so this bug went undiscovered for a long time. But in certain cases, the bug would cause an image size mismatch to be reported as just a normal mismatch. Fix the source of the problem by following the rule of zero - the compiler generated special functions are just fine for this value type. Done-With: Volker Hilsheimer <[email protected]> Change-Id: I8fc8d32d1b83b78cd4ef3f4ec9a8f22661b0e025 Reviewed-by: Eirik Aavitsland <[email protected]> Reviewed-by: Volker Hilsheimer <[email protected]> (cherry picked from commit 5cd3571) Reviewed-by: Qt Cherry-pick Bot <[email protected]>
- Loading branch information