Fix build without feature.im
Change-Id: I9c0c0138e48b30a443307faf6cd7251017bf84ae Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
fd0d446453
commit
6e568c6ef5
|
@ -1729,7 +1729,9 @@ void QQuickTextEdit::select(int start, int end)
|
|||
|
||||
// QTBUG-11100
|
||||
updateSelection();
|
||||
#if QT_CONFIG(im)
|
||||
updateInputMethod();
|
||||
#endif
|
||||
}
|
||||
|
||||
/*!
|
||||
|
|
Loading…
Reference in New Issue