Fix qml warning
This commit is contained in:
parent
d868804a7f
commit
decabe7b67
@ -48,7 +48,7 @@ T.TextField {
|
|||||||
|
|
||||||
selectByMouse: !Kirigami.Settings.tabletMode
|
selectByMouse: !Kirigami.Settings.tabletMode
|
||||||
|
|
||||||
cursorDelegate: Kirigami.Settings.tabletMode ? mobileCursor : undefined
|
cursorDelegate: Kirigami.Settings.tabletMode ? mobileCursor : null
|
||||||
Component {
|
Component {
|
||||||
id: mobileCursor
|
id: mobileCursor
|
||||||
Private.MobileCursor {
|
Private.MobileCursor {
|
||||||
|
Loading…
Reference in New Issue
Block a user