summaryrefslogtreecommitdiffstats
path: root/tests/auto/qinputcontext
diff options
context:
space:
mode:
authorninerider <qt-info@nokia.com>2009-10-09 16:54:36 +0200
committerninerider <qt-info@nokia.com>2009-10-09 16:54:36 +0200
commit1dca51a0b38ecc017b548d462139be15ceca6f5d (patch)
tree2e874e6891c65e0361b5b7d95d9eb29f2e6223d3 /tests/auto/qinputcontext
parentd788b9356fcf6cce041c021ae4dc5087a6ce40ce (diff)
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
Diffstat (limited to 'tests/auto/qinputcontext')
-rw-r--r--tests/auto/qinputcontext/tst_qinputcontext.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qinputcontext/tst_qinputcontext.cpp b/tests/auto/qinputcontext/tst_qinputcontext.cpp
index c3c3db49f4..a1c4ef724b 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()
{