Fix large number of warnings related to unavailable property

Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Claudio Cambra 2023-05-23 23:25:11 +08:00 committed by Matthieu Gallien
parent c18fba6366
commit cde52f03fa

View file

@ -141,11 +141,6 @@ RowLayout {
font.pixelSize: Style.topLinePixelSize
color: Style.ncTextColor
visible: text !== ""
NCToolTip {
text: parent.text
visible: parent.hovered
}
}
Item {