Remove call to an element that doesn't exist

I imagine this was ported away from Loader but it's not anymore.
This commit is contained in:
Aleix Pol 2021-02-24 16:02:54 +01:00
parent 4e67f0e2b0
commit 9bda1b66ff

View file

@ -278,7 +278,6 @@ Item {
//FIXME: why this is needed?
width: flow.columnWidth
height: item ? item.implicitHeight : 0
Connections {
target: delegateItem