summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/shared/platforminputcontext.h
diff options
context:
space:
mode:
authorAndrew den Exter <andrew.den-exter@nokia.com>2012-02-02 13:35:42 +1000
committerAndrew den Exter <andrew.den-exter@nokia.com>2012-02-02 09:59:26 +0100
commita1344cd4e94179ba4f893117b93266baa39d2a67 (patch)
treefd5091339a074bae6c3e906ff809701bdf6fac0b /tests/auto/declarative/shared/platforminputcontext.h
parent27de55b498f995241cb5fa59673d86b6a565d461 (diff)
Add expected failures for failing TextEdit and TextInput tests.
Change-Id: Ib51b244f0e1a3e58ab06ddf5bdd0e244c8d09004 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/auto/declarative/shared/platforminputcontext.h')
-rw-r--r--tests/auto/declarative/shared/platforminputcontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/shared/platforminputcontext.h b/tests/auto/declarative/shared/platforminputcontext.h
index 041f15b2..4ef1144d 100644
--- a/tests/auto/declarative/shared/platforminputcontext.h
+++ b/tests/auto/declarative/shared/platforminputcontext.h
@@ -48,7 +48,7 @@ class PlatformInputContext : public QPlatformInputContext
{
public:
PlatformInputContext()
- : m_visible(false), m_action(QInputPanel::Click), m_cursorPosition(0),
+ : m_visible(false), m_action(QInputPanel::Action(-1)), m_cursorPosition(0),
m_invokeActionCallCount(0), m_showInputPanelCallCount(0), m_hideInputPanelCallCount(0),
m_updateCallCount(0), m_direction(Qt::LeftToRight)
{