Fixed QLineEdit::inputMethodQuery() for Qt::ImHints
authorTasuku Suzuki <tasuku.suzuki@nokia.com>
Mon, 21 May 2012 18:05:00 +0000 (03:05 +0900)
committerQt by Nokia <qt-info@nokia.com>
Tue, 22 May 2012 23:11:27 +0000 (01:11 +0200)
commit8b78b3a620fac8e7c2219b0a2c3feda9857848fd
treec75e27e519f810a234b1d5d3e38d9d5b4bae1461
parent6ee1c645aca0a72d634af9cef986c45d66255351
Fixed QLineEdit::inputMethodQuery() for Qt::ImHints

It should return QWidget::inputMethodHints() instead of QVariant()

Change-Id: I01f5de8f2087ac67d125f54f08abed523653eb92
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
src/widgets/widgets/qlineedit.cpp
tests/auto/widgets/widgets/qlineedit/tst_qlineedit.cpp