Add missing break in virtualkeyboard.cpp
This commit is contained in:
parent
19b5c2e418
commit
b3d41ee0f3
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ bool VirtualKeyboard::event(QEvent *e)
|
|||
break;
|
||||
case TextInputInterface::ContentPurpose::Url:
|
||||
hints |= Qt::ImhUrlCharactersOnly;
|
||||
break;
|
||||
case TextInputInterface::ContentPurpose::Email:
|
||||
hints |= Qt::ImhEmailCharactersOnly;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue