Fix qml warning

This commit is contained in:
Aleix Pol 2019-04-01 21:07:46 +02:00
parent d868804a7f
commit decabe7b67

View File

@ -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 {