Commit fb8d0593198313b975ed6c0c9ba99624d1d1fbec
- Diff rendering mode:
- inline
- side by side
src/gui/kernel/qwidget.cpp
(2 / 0)
|   | |||
| 1439 | 1439 | } | |
| 1440 | 1440 | #endif | |
| 1441 | 1441 | ||
| 1442 | #ifdef Q_OS_SYMBIAN | ||
| 1442 | 1443 | if (d->extra && d->extra->topextra && d->extra->topextra->backingStore) { | |
| 1443 | 1444 | // Okay, we are about to destroy the top-level window that owns | |
| 1444 | 1445 | // the backing store. Make sure we delete the backing store right away | |
| … | … | ||
| 1450 | 1450 | delete d->extra->topextra->backingStore; | |
| 1451 | 1451 | d->extra->topextra->backingStore = 0; | |
| 1452 | 1452 | } | |
| 1453 | #endif | ||
| 1453 | 1454 | if (QWidgetBackingStore *bs = d->maybeBackingStore()) { | |
| 1454 | 1455 | bs->removeDirtyWidget(this); | |
| 1455 | 1456 | if (testAttribute(Qt::WA_StaticContents)) |

