From 28b455d2386a30d5a00352992e943047573dc478 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 15 Sep 2011 10:51:50 +0200 Subject: Properly register preedit text in QLineControl Removes the QT_NO_IM macro which was a temporary measure during refactoring work. This macro disabled the setPreeditArea() call and caused only the formats of the preedit text to be registered, not the actual string. Task-number: QTBUG-21261 Change-Id: I76cdf116043520fa2185ddcd34739da031c0fcdc Reviewed-on: http://codereview.qt-project.org/4958 Reviewed-by: Qt Sanity Bot Reviewed-by: Lars Knoll --- src/gui/text/qlinecontrol.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/gui/text/qlinecontrol.cpp b/src/gui/text/qlinecontrol.cpp index eb6f22b726..0113f4b176 100644 --- a/src/gui/text/qlinecontrol.cpp +++ b/src/gui/text/qlinecontrol.cpp @@ -41,7 +41,6 @@ // ### #define QT_NO_ACCESSIBILITY -#define QT_NO_IM #include "qlinecontrol_p.h" -- cgit v1.2.3