summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwidget_qpa.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-12-10 16:44:44 +0100
committerJørgen Lind <jorgen.lind@nokia.com>2011-01-04 15:18:22 +0100
commitd0414bd582190e205aa698f5cb24f1c6909d8222 (patch)
treec622ec089df9f1856dc2f8ba3a0af2670326cdec /src/gui/kernel/qwidget_qpa.cpp
parent90de48493be283b9afb249f6a0fd8dbd8958517d (diff)
Dont do backingStore.destroy in deleteTLSysExtra
It is done by QWidgetPrivate::deleteExtra()
Diffstat (limited to 'src/gui/kernel/qwidget_qpa.cpp')
-rw-r--r--src/gui/kernel/qwidget_qpa.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qwidget_qpa.cpp b/src/gui/kernel/qwidget_qpa.cpp
index 560c9cd365..dce23a3fc8 100644
--- a/src/gui/kernel/qwidget_qpa.cpp
+++ b/src/gui/kernel/qwidget_qpa.cpp
@@ -771,7 +771,6 @@ void QWidgetPrivate::deleteTLSysExtra()
setWinId(0);
delete extra->topextra->platformWindow;
extra->topextra->platformWindow = 0;
- extra->topextra->backingStore.destroy();
}
}