aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/designer
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SpinBox crash in Qt Quick DesignerThomas Hartmann2018-12-042-0/+170
The crash was not 100% reliable and depends on the order in the hash(). Something in beginDeferred() has a side effect on deferData->bindings and an element gets deleted. This causes a crash while iterating (++it). Therefore we do a copy of the hash. I added a regression test. The test did only crash for SpinBox and it did only crash roughly half the time. Task-number: QTBUG-71942 Change-Id: I339e0a4382f97db44f6ff2e9f07f2be7278d1e24 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>