Fix build without feature.im

Change-Id: I9c0c0138e48b30a443307faf6cd7251017bf84ae
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Tasuku Suzuki 2017-01-13 18:31:13 +09:00
parent fd0d446453
commit 6e568c6ef5
1 changed files with 2 additions and 0 deletions

View File

@ -1729,7 +1729,9 @@ void QQuickTextEdit::select(int start, int end)
// QTBUG-11100
updateSelection();
#if QT_CONFIG(im)
updateInputMethod();
#endif
}
/*!