plasma: remove input method properties

they are not available in Katie, not sure how to handle this so doing it
the easy way for now

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2016-11-12 19:06:47 +00:00
parent 9dce7fc273
commit a043d8f683
2 changed files with 0 additions and 15 deletions

View file

@ -36,13 +36,6 @@ Item {
*/
property alias font: textEdit.font
/**
* The currently supported input method hints for the text field.
*
* The default values is Qt.ImhNone.
*/
property int inputMethodHints
/**
* Whether the text field is highlighted or not.
*

View file

@ -46,14 +46,6 @@ FocusScope {
*/
property string placeholderText
/**
* type:int
* The currently supported input method hints for the text field.
*
* The default values is Qt.ImhNone.
*/
property alias inputMethodHints: textInput.inputMethodHints
/**
* type:font
* The font used in the text field.