android: Fix typo in source code comment
Change-Id: Ieeab35d51588cf247c3d9626d0291e2983720873 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
This commit is contained in:
parent
ecc307ff41
commit
5d08806adf
@ -1029,7 +1029,7 @@ jboolean QAndroidInputContext::deleteSurroundingText(jint leftLength, jint right
|
|||||||
absolutely not what Android's native EditText does. It deletes leftLength characters before
|
absolutely not what Android's native EditText does. It deletes leftLength characters before
|
||||||
min(selection start, composing region start) and rightLength characters after max(selection
|
min(selection start, composing region start) and rightLength characters after max(selection
|
||||||
end, composing region end). There are no known keyboards that depend on this behavior, but
|
end, composing region end). There are no known keyboards that depend on this behavior, but
|
||||||
it is better to be consistent with EditText behavior, because there definetly should be no
|
it is better to be consistent with EditText behavior, because there definitely should be no
|
||||||
keyboards that depend on documented behavior.
|
keyboards that depend on documented behavior.
|
||||||
*/
|
*/
|
||||||
const int leftEnd =
|
const int leftEnd =
|
||||||
|
Loading…
Reference in New Issue
Block a user