diff options
author | ninerider <qt-info@nokia.com> | 2009-10-09 14:54:36 (GMT) |
---|---|---|
committer | ninerider <qt-info@nokia.com> | 2009-10-09 14:54:36 (GMT) |
commit | 1dca51a0b38ecc017b548d462139be15ceca6f5d (patch) | |
tree | 2e874e6891c65e0361b5b7d95d9eb29f2e6223d3 | |
parent | d788b9356fcf6cce041c021ae4dc5087a6ce40ce (diff) | |
download | Qt-1dca51a0b38ecc017b548d462139be15ceca6f5d.zip Qt-1dca51a0b38ecc017b548d462139be15ceca6f5d.tar.gz Qt-1dca51a0b38ecc017b548d462139be15ceca6f5d.tar.bz2 |
For this test to work you need to enable autoSip on Windows Mobile
Test fixed to send the correct signal type on windows ce.
Reviewed-by: Marco
-rw-r--r-- | tests/auto/qinputcontext/tst_qinputcontext.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qinputcontext/tst_qinputcontext.cpp b/tests/auto/qinputcontext/tst_qinputcontext.cpp index c3c3db4..a1c4ef7 100644 --- a/tests/auto/qinputcontext/tst_qinputcontext.cpp +++ b/tests/auto/qinputcontext/tst_qinputcontext.cpp @@ -129,6 +129,9 @@ public: RequestSoftwareInputPanelStyle() : m_rsipBehavior(RSIP_OnMouseClickAndAlreadyFocused) { +#ifdef Q_OS_WINCE + qApp->setAutoSipEnabled(true); +#endif } ~RequestSoftwareInputPanelStyle() { |