diff options
author | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-10-01 14:41:28 (GMT) |
---|---|---|
committer | Gareth Stockwell <gareth.stockwell@sosco.com> | 2009-10-01 14:41:28 (GMT) |
commit | f00aeb98d457b16ac90e98f3dd18bf4f53fefeb3 (patch) | |
tree | 275e3f2b7e73baba2469764004febfbcc3a35ad1 /src/gui/kernel/qwidget_p.h | |
parent | 99d0b5de2bf4415076ceb96b2f2459e81bddfa43 (diff) | |
download | Qt-f00aeb98d457b16ac90e98f3dd18bf4f53fefeb3.zip Qt-f00aeb98d457b16ac90e98f3dd18bf4f53fefeb3.tar.gz Qt-f00aeb98d457b16ac90e98f3dd18bf4f53fefeb3.tar.bz2 |
Immediately activate native windows created by calling winId() on an already-visible widget
If a widget is visible when winId() is called on it, this change means that the newly-created native window will be activated immediately.
Diffstat (limited to 'src/gui/kernel/qwidget_p.h')
-rw-r--r-- | src/gui/kernel/qwidget_p.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h index 2a81689..1d67b6c 100644 --- a/src/gui/kernel/qwidget_p.h +++ b/src/gui/kernel/qwidget_p.h @@ -295,6 +295,7 @@ public: #ifdef Q_OS_SYMBIAN void handleSymbianDeferredFocusChanged(); void setSoftKeys_sys(const QList<QAction*> &softkeys); + void activateSymbianWindow(); #endif void raise_sys(); |