summaryrefslogtreecommitdiff
path: root/src/gui/kernel/qwidget_p.h
diff options
context:
space:
mode:
authorGareth Stockwell <gareth.stockwell@sosco.com>2009-10-01 15:41:28 +0100
committerGareth Stockwell <gareth.stockwell@sosco.com>2009-10-01 15:41:28 +0100
commitf00aeb98d457b16ac90e98f3dd18bf4f53fefeb3 (patch)
tree275e3f2b7e73baba2469764004febfbcc3a35ad1 /src/gui/kernel/qwidget_p.h
parent99d0b5de2bf4415076ceb96b2f2459e81bddfa43 (diff)
downloadqt4-tools-f00aeb98d457b16ac90e98f3dd18bf4f53fefeb3.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/kernel/qwidget_p.h b/src/gui/kernel/qwidget_p.h
index 2a816893de..1d67b6c50c 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();