Fix warning
This commit is contained in:
parent
e32d28e548
commit
a1880d1e56
@ -29,7 +29,7 @@ T.ToolTip {
|
||||
x: parent ? (parent.width - implicitWidth) / 2 : 0
|
||||
y: -implicitHeight - 3
|
||||
|
||||
visible: Kirigami.Settings.tabletMode ? parent.pressed : parent.hovered
|
||||
visible: parent && (Kirigami.Settings.tabletMode ? parent.pressed : parent.hovered)
|
||||
delay: Kirigami.Settings.tabletMode ? Qt.styleHints.mousePressAndHoldInterval : 1000
|
||||
timeout: 5000
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user