aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/items/qsgtextinput.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-08 10:58:45 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-08 11:28:50 +0200
commit5b0536d64b83eac53c4cf479152f3d72d545beaa (patch)
treebcf4eb628f5e6d4bd4c3e5ccb09eb17d4f0611fc /src/declarative/items/qsgtextinput.cpp
parente4f546d5b0814066370a243aa22f0926a6668edc (diff)
Rename ImMicroFocus to ImCursorrRctangle
Also set ImhMultiLine on the TextEdit Change-Id: I563fef803660e35f39cdf1b40526356bfc0581e0 Reviewed-on: http://codereview.qt-project.org/4415 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/declarative/items/qsgtextinput.cpp')
-rw-r--r--src/declarative/items/qsgtextinput.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/items/qsgtextinput.cpp b/src/declarative/items/qsgtextinput.cpp
index 9014cb1615..7a58698089 100644
--- a/src/declarative/items/qsgtextinput.cpp
+++ b/src/declarative/items/qsgtextinput.cpp
@@ -1353,7 +1353,7 @@ QVariant QSGTextInput::inputMethodQuery(Qt::InputMethodQuery property) const
return QVariant((bool)(flags() & ItemAcceptsInputMethod));
case Qt::ImHints:
return QVariant((int)inputMethodHints());
- case Qt::ImMicroFocus:
+ case Qt::ImCursorRectangle:
return cursorRectangle();
case Qt::ImFont:
return font();