Fix TextInput echoMode test failure.
authorAndrew den Exter <andrew.den-exter@nokia.com>
Wed, 12 Oct 2011 03:02:39 +0000 (13:02 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 17 Oct 2011 23:47:58 +0000 (01:47 +0200)
commit277ee9a676cb976b27a7b8667cac1ec0ba1e4ce0
tree8e6238229c0a40caba99011520265f45d9b379bd
parentb97367494f9e3b753de907e8fbf3d668a00d5f44
Fix TextInput echoMode test failure.

The default input method hints for a QSGItem is Qt::ImhMultiline and
TextInput is a single line input so clear that default flag in init.

Task-number: QTBUG-21686
Change-Id: I3b57227ee4182bf89f6789f775b56efb156df85b
Reviewed-by: Martin Jones <martin.jones@nokia.com>
src/declarative/items/qsgtextinput.cpp
tests/auto/declarative/qsgtextinput/tst_qsgtextinput.cpp