Removed Qt::ImhMultiLine
authorPekka Vuorela <pekka.ta.vuorela@nokia.com>
Mon, 2 Jan 2012 14:21:48 +0000 (16:21 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 5 Jan 2012 10:40:08 +0000 (11:40 +0100)
commitad22c0c7cff332a77ea527c21e39490c8917b68e
tree6fc84bd082f0c5880c8154996e06b9f7967b5675
parent55a0b33994ff7b292055065065a5cc2fd13b3a55
Removed Qt::ImhMultiLine

Multi line information does not really work that well as
input method hint. Application developer is the one setting
value for the hint, and thus would be responsible for
always having right value for multi line.

Change-Id: I6102be95549f6f6d4da40845f52d5c873cd46a47
Reviewed-by: Joona Petrell <joona.t.petrell@nokia.com>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
src/corelib/global/qnamespace.h
src/corelib/global/qnamespace.qdoc
src/widgets/widgets/qtextedit.cpp