diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-27 14:16:10 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-08-28 12:30:40 (GMT) |
commit | e649b8ea97ca730559d19c7b11b210c2c89f64fa (patch) | |
tree | 968a100e49b108605e5c073dde6814e3a9aeada8 /src/gui/kernel | |
parent | 9dea8a0b902fbfb778d8ba231a5cdc283c314e17 (diff) | |
download | Qt-e649b8ea97ca730559d19c7b11b210c2c89f64fa.zip Qt-e649b8ea97ca730559d19c7b11b210c2c89f64fa.tar.gz Qt-e649b8ea97ca730559d19c7b11b210c2c89f64fa.tar.bz2 |
Removed call to CCoeControl::SetContainerWindowL for child widgets
Diffstat (limited to 'src/gui/kernel')
-rw-r--r-- | src/gui/kernel/qwidget_s60.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gui/kernel/qwidget_s60.cpp b/src/gui/kernel/qwidget_s60.cpp index f8a5be5..7c7212f 100644 --- a/src/gui/kernel/qwidget_s60.cpp +++ b/src/gui/kernel/qwidget_s60.cpp @@ -358,9 +358,6 @@ void QWidgetPrivate::create_sys(WId window, bool /* initializeWindow */, bool de } QT_TRAP_THROWING(control->ControlEnv()->AppUi()->AddToStackL(control, ECoeStackPriorityDefault, stackingFlags)); - WId parentw = parentWidget->effectiveWinId(); - QT_TRAP_THROWING(control->SetContainerWindowL(*parentw)); - q->setAttribute(Qt::WA_WState_Created); int x, y, w, h; data.crect.getRect(&x, &y, &w, &h); |