diff options
author | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2010-03-04 10:38:48 (GMT) |
---|---|---|
committer | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2010-03-04 11:55:06 (GMT) |
commit | 17c5b2620178ce59d0d85d91c03880fc8b0d9992 (patch) | |
tree | e9e025e04a8d001d37d2c6b562ed4f80073910c2 /src/testlib | |
parent | 05f6f721408930381eafd02fa4274080694d57e9 (diff) | |
download | Qt-17c5b2620178ce59d0d85d91c03880fc8b0d9992.zip Qt-17c5b2620178ce59d0d85d91c03880fc8b0d9992.tar.gz Qt-17c5b2620178ce59d0d85d91c03880fc8b0d9992.tar.bz2 |
showFullscreen() broken if UnifiedTitleAndToolBarOnMac is enabled
The problem here is caused by the fix to QTBUG-6200. For this fix we
removed the lines that deleted the item because the iterator might be
invalid at that point. However, we still need to delete the iterator. The
solution is to not use the iterator and ask the hash to delete the item,
since the remove function will not crash if the item is invalid.
Task-number: QTBUG-8633
Reviewed-by: Prasanth
Diffstat (limited to 'src/testlib')
0 files changed, 0 insertions, 0 deletions