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