summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qlinecontrol.cpp
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@nokia.com>2011-09-07 21:26:36 +0200
committerLars Knoll <lars.knoll@nokia.com>2011-09-08 10:32:25 +0200
commita517afd54f76f6ab1845b631544345a0e32460a6 (patch)
treed4fe6ac11870164d23b8814069fb571e9a916b45 /src/gui/text/qlinecontrol.cpp
parent6d9d1e78f442b7480ae764d292099c34cb727ca5 (diff)
MicroFocus is in item coordinates
Always set the microFocus/cursorRectangle in item coordinates. Correctly update the itemTransform in the QInputPanel for QWidgets. Change-Id: Ic0187f808996f31e6238d934f43bc97a70522a55 Reviewed-on: http://codereview.qt-project.org/4402 Reviewed-by: Vesa Rantanen <vesa.rantanen@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/gui/text/qlinecontrol.cpp')
-rw-r--r--src/gui/text/qlinecontrol.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/text/qlinecontrol.cpp b/src/gui/text/qlinecontrol.cpp
index 6f9d9402ee..eb6f22b726 100644
--- a/src/gui/text/qlinecontrol.cpp
+++ b/src/gui/text/qlinecontrol.cpp
@@ -51,10 +51,6 @@
#ifndef QT_NO_ACCESSIBILITY
#include "qaccessible.h"
#endif
-#ifndef QT_NO_IM
-#include "qinputcontext.h"
-#include "qlist.h"
-#endif
#include "qguiapplication.h"
#include "qstylehints.h"