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 <qt_sanity_bot@ovi.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
This commit is contained in:
parent
d75d22d1b2
commit
28b455d238
@ -41,7 +41,6 @@
|
||||
|
||||
// ###
|
||||
#define QT_NO_ACCESSIBILITY
|
||||
#define QT_NO_IM
|
||||
|
||||
#include "qlinecontrol_p.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user