From 1dca51a0b38ecc017b548d462139be15ceca6f5d Mon Sep 17 00:00:00 2001 From: ninerider Date: Fri, 9 Oct 2009 16:54:36 +0200 Subject: 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 --- tests/auto/qinputcontext/tst_qinputcontext.cpp | 3 +++ 1 file changed, 3 insertions(+) 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() { -- cgit v0.12