Commit f9c314aa306bfd4a237594775a8aeb14c858e66d
- Diff rendering mode:
- inline
- side by side
src/gui/kernel/qwidget.cpp
(2 / 1)
|   | |||
| 1448 | 1448 | // notify the window it no longer has a surface. | |
| 1449 | 1449 | delete d->extra->topextra->backingStore; | |
| 1450 | 1450 | d->extra->topextra->backingStore = 0; | |
| 1451 | } else if (QWidgetBackingStore *bs = d->maybeBackingStore()) { | ||
| 1451 | } | ||
| 1452 | if (QWidgetBackingStore *bs = d->maybeBackingStore()) { | ||
| 1452 | 1453 | bs->removeDirtyWidget(this); | |
| 1453 | 1454 | if (testAttribute(Qt::WA_StaticContents)) | |
| 1454 | 1455 | bs->removeStaticWidget(this); |
Comments
Add a new comment:
Login or create an account to post a comment
Add your comment
Please log in to comment

